A powerful formatting language developed specifically for this application allows you to format your posts without knowledge of HTML. This formatting language is easy for both HTML users and non-HTML users to learn quickly. There are examples after each major section.
The code is a keyword to invoke the desired formatting (for example, green to produce green text and b to produce bold text). Formatting tags are case sensitive. Formatting tags may be nested within other tags. A comprehensive list of available formatting tags is available in this document (although the system administrator can turn off certain tags).
To use formatting, enter the appropriate code(s) in the text of your message or subject line. When you preview your post, your formatting will be displayed so you can verify that you have entered your tags properly.
The "Symbol" font, supported on Windows platforms, allows the incorporation of Greek characters which is especially useful for mathematical notation in many scientific disciplines. The following table gives available Greek characters in groups of 5.
Tag
Result
Tag
Result
\greek{abcde}
abcde
\greek{ABCDE}
ABCDE
\greek{fghij}
fghij
\greek{FGHIJ}
FGHIJ
\greek{klmno}
klmno
\greek{KLMNO}
KLMNO
\greek{pqrst}
pqrst
\greek{PQRST}
PQRST
\greek{uvwxyz}
uvwxyz
\greek{UVWXYZ}
UVWXYZ
Backslashes, and curly braces have special meanings to the interpreter.
If you wish to use these characters as text within a tag, you
must "escape" them as with a backslash. Additionally, when you are using a tag that requires 2 or more arguments and you want to include a comma within the arguments (and not have it interpreted as a separator), you must escape it with a backslash. See the examples.