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.
Contents
Introduction to Formatting
-
All formatting tags have the following structure:
- code{Arguments or text to be formatted}
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.
Text Formatting
Simple Features
Tag
Description
Example
b{Your Text}
Bold Text
Your Text
i{Your Text}
Italics Text
Your Text
+{Your Text}
Superscript Text
[Reference]Your Text
–{Your Text}
Subscript Text
[Reference]Your Text
fixed{Your Text}
Fixed Width Text
Your Text
u{Your Text}
Underlined Text
Your Text
c{Your Text}
Centered Text
Examples
Input:
b{Show me some bold} and i{italics text}.
Output:
Show me some bold and italics text.
Input:
H–{2}O has a density of 1.000×10+{-3} kg/mL.
Output:
H2O has a density of 1.000×10-3 kg/mL.
Colors
Tag
Description
Example
red{Your Text}
Red Text
Your Text
orange{Your Text}
Orange Text
Your Text
yellow{Your Text}
Yellow Text
Your Text
green{Your Text}
Green Text
Your Text
cyan{Your Text}
Cyan Text
Your Text
blue{Your Text}
Blue Text
Your Text
purple{Your Text}
Purple Text
Your Text
white{Your Text}
White Text
Your Text
gray{Your Text}
Gray Text
Your Text
black{Your Text}
Black Text
Your Text
Example
Input:
red{Red} and green{green} are pretty colors.
Output:
Red and green are pretty colors.
Text Size
Tag
Description
Example
2{Your Text}
Largest (size +2 text)
Your Text
1{Your Text}
Large (size +1 text)
Your Text