REML is a little markup language that can be used to style text. It is used in the Code Snippets collection's meta data for certain properties of a snippet.
The REML language is a SGML language similar to a greatly simplified XHTML. The are a small number of tags and character entities that can be used.
A few symbolic character entities are supported in REML. Here is the complete list:
<
for <
>
for >
"
for "
&
for &
©
for ©
To express other special symbols for which there is no symbolic character entity, numeric character entities can be used. For example to display the 'ΒΆ' character (Unicode pilcrow sign) use ¶
.