| Wiki | Biography | Discography | Media |
|---|
* '''bold''' * ''italic'' * '''''bold italic''''' * __underline__ * ~~strike-through~~ * ^superscript^ * ,,subscript,,This will output the following:
= Heading = == Subheading == === Subsubheading ===Output:
----Output:
The wiki supports both ordered/numbered and unordered lists.
Example:
* Item 1
* Item 1.1
* Item 2
1. Item 1
a. Item 1.a
a. Item 1.b
i. Item 1.b.i
i. Item 1.b.ii
1. Item 2
And numbered lists can also be given an explicit number:
3. Item 3
Display:
Note that there must be one or more spaces preceding the list item markers, otherwise the list will be treated as a normal paragraph.