Community Support March 01, 2011
You are able to use basic html to do the following:
<i>Italic text</i>
<b>Bold text</b>
strikeout
The <s> and <strike> tags defines strikethrough text.
superscript
The <sub> tag defines subscript text. Subscript text appears half a character below the baseline. Subscript text can be used for chemical formulas, like H2O.
The <sup> tag defines superscript text. Superscript text appears half a character above the baseline. Superscript text can be used for footnotes, like WWW[1].
subscript
<p>This text contains <sub>subscript</sub> text.</p>
<p>This text contains <sup>superscript</sup> text.</p>
overcome the apostrophe bug in someone's links (there is also no warning about said bug)
format link titles like this
Add a line
The <hr> tag creates a horizontal line in an HTML page.
The hr element can be used to separate content in an HTML page.
manually do a quote
manually do a short quote
<q>
Here is a short quotation here is a short quotation
</q>
Indent text
like this