----              = Make a horizontal ruler. Extra '-' is ignored.
\\                = force a line break, \\\=force line break and clear.
[link]            = creates a hyperlink to an internal WikiPage called 'Link'.
[another link]    = creates a hyperlink to an internal WikiPage called 'AnotherLink'.
[click here|link] = creates a hyperlink to an internal WikiPage called 'Link', but displays the text 'click here' to the user instead of 'Link'.
[1]               = Makes a reference to a footnote numbered 1.
[#1]              = Marks the footnote number 1.
[[link]           = creates text '[link]'
!heading          = small heading with text 'heading'
!!heading         = medium heading with text 'heading'
!!!heading        = large heading with text 'heading'
''text''          = prints 'text' in italic.
__text__          = prints 'text' in bold.
{{text}}          = prints 'text' in monospaced font.
* text            = makes a bulleted list item with 'text'
# text            = makes a numbered list item with 'text'
;term:ex          = makes a definition for 'term' with the explanation 'ex'
Note: Be careful with the hierarchy of headings, e.g. do not jump from level-3 to level-1.