The Wiki syntax is a way to enhance your text with a minimal set of tags studied to cover the basic needs (titles, paragraphs, quotes, lists...).
!!! title, !! title
  or ! title, allowing you to use three  different levels of
  heading.----* or # for unnumbered or numbered lists respectively.
  List imbrication is done by mixing list markers this way:
  
    * item 1
    ** item 1.1
    * item 2
    *# item 2.1
  ...
  
  = for the term to define and with : for the definition of the term.
  =term:description of the term
>.).''text''__text__""text""%%%++text++--text--[url], [name|url],
    [name|url|language] or [name|url|language|title]((url|alternative text)),
    ((url|alternative text|position)) or
    ((url|alternative text|position|long description)).
    ~anchor~??acronym|title??``HTML code``{{quote}},
    {{quote|language}} or {{quote|language|url}}@@code@@$$footnote$$^superscript^,,subscript,,\ just before it. For instance:
\[Text in brackets without being a link\]
///html <p style="color:red">my text in red</p> ///