Quick Reference
Some formatting is allowed within the text areas on this site. If you are familiar with HTML you may use most HTML codes within the space. Alternatively, you may use the special character codes listed below to style and format your text.
Headers
h1. Header 1 → creates an H1
h2. Header 2 → creates an H2
Formatting
_word_ → will italics word
*word* → will bold word
-word- → will strike-through word
+word+ → will underline word
Two hard returns will give you a paragraph.
Lists
Ordered lists (using #) and unordered lists (using *) are available.
# item1 → will create an ordered list with one item in it
* item1 → will create an unordered list with one item in it