Common mark-up

==heading==
creates a level 3 heading
===heading===
creates a level 4 heading
----
creates a horizontal rule
~italic~
makes text italic
#bold#
makes text bold
Starting a line with a blank space
makes it monospaced
Starting a line with a *
makes it a bullet list (note: you can’t nest bullets in version 1.2)

Tables

To create simple HTML tables using wiki mark-up, precede each cell value with a pipe character like so: |. You may start a new row by typing on a new line. Column headers are defined by typing a double pipe instead of a single one.

CamelCase & wiki mark-up

Simple CamelCase words becomes local wiki links automatically. This wiki also contains some other magic mark-up:

To prevent wiki formatting, put text inside a <nowiki></nowiki> block

Permitted HTML

  • <code>
  • <pre>
  • <blockquote>
  • <center>
  • <s>
  • <sup>
  • <cite>
  • <q>
  • <b>
  • <i>
  • <del>
  • <em>
  • <ul>
  • <li>
  • <dl>
  • <dt>
  • <dd>