comment: |
  |= Markup |= Produces |
  <<foreachpropin leaf p>>
  |<<sourceof leaf.*p/>>|<<leaf.*p/>>|<</foreachpropin>>

  See also [[MacroDoc]] and http://www.wikicreole.org/.
bold: "**Bold**"
italics: //Italics//
monospace: "##monospace##"
superscript: 3^^3^^ = 9
subscript: H,,2,,O
underline: __underline__
itemize: |
  * First item
  * Second
  ** Subitem
enumerate: |
  # First
  # Second
  ## Subitem
wikilink: "[[ExamplePC]]"
namedlink: "[[ExamplePC|your evil stepmother]]"
headings: |
  = Title =
  == Section ==
  === Subsection ===
  ==== Subsubsection ====
linebreak: Line\\break
horizontalrule: |
  ----
imageref: "{{/bazki/images/bazki.png|Bazki logo}}"
table: |
  |=Name  |=Element|
  |Gyrados|Water   |
  |Pikachu|Electric|
nowiki: |
  {{{
  This is //not// evaluated.
  }}}
inlinenowiki: |
  Something {{{//not italic//}}} in the middle of a sentence.
escape: |
  ~**not bold, **bold**
blockquote: |
  Using colon:
  :This is
  :a blockquote.

  Using greater than:
  >This is like
  >an email quote.
  >>Either can be nested.
