This is an entry containing all types of markup and markup quirks. This is intended as a quick reference for how the markup is specifically rendered, and not as a tutorial for users. For a user tutorial, see Help on Editing. Functions, including links and images, are not included on this page.
Paragraphs and lines
A paragraph is a line with no breaks. It can be long, but must not have a CR in it.
No empty line will produce a <br> effect.
An empty line will produce a <p> effect.
Lines can be indented with spaces at the beginning.
Increasing spaces from the previous will increase the indentation.
Going back to the same level will reset the indentation and add an increased vertical space above.
The number of spaces do not matter, only the relative increase or decrease.
Headers
Header Level One
Header Level Two
Header Level Three
Header Level Four
Header Level Five
Additional levels are the same as five.
Header Level Six
Headers can have space prefixes that indent them
Indented Header Level Three
Text Formatting
-
Italic text
-
Bold text
-
Strikethrough text
-
Centered text
-
superscript text
-
subscript text
-
Underlined text
Mixing italics and bold:
-
Mix at the beginning
-
Mix at the beginning
-
Mix at the end
-
Mix at the end
You might recall a2 `+` b2 `=` c2 from your math lessons, unless your head is filled with H2O.
Lists
If you indent text
like this, then it is indented in the output
you can have multiple levels of indent
And if you put asterisks at the start of the line
-
you get a
-
bulleted
-
list
-
which can also be indented
-
to several levels
A numbered list, mixed with bullets:
-
one
-
two
-
one
-
bullet 1
-
bullet 2
-
two
-
three
-
bullet
-
one
Variations of numbered lists:
-
Lowercase roman
-
one
-
two
-
Uppercase roman (with start offset 42)
-
forty-two
-
forty-three
-
Lowercase alpha
-
one
-
two
-
Uppercase alpha
-
one
-
two
- term
-
definition
- another term
-
and its definition
Tables
- General table layout and HTML like options
-
Heading cell 1 cell2 cell 3 spanning rows spanning 2 columns cell2 cell 3 - Cell width
-
narrow wide - Spanning rows and columns
-
2 rows row 1 row 2 row 3 over 2 columns - Alignment
-
left top bottom centered right - Colors
-
red green blue