liquid_feedback_frontend
view locale/help/wikisyntax_compat.en.txt @ 611:327f24e6799d
Work on wikisyntax help
| author | jbe | 
|---|---|
| date | Sun Jun 24 23:27:22 2012 +0200 (2012-06-24) | 
| parents | fa55c8ded9fd | 
| children | 
 line source
     1 <- [wikisyntax.html Wiki Help]
     3 ==== Traditional Wiki-Syntax ====
     4 - ++Headings++
     5 -- = Main Heading (H1) =
     6 -- == Heading (H2) ==
     7 -- === Sub-Heading (H3) ===
     8 -- ==== Sub-Sub-Heading (H4) ====
     9 - ++Horizontal line++
    10 -- ---
    11 - ++Unnumbered lists++
    12 -- * Toplevel Entry
    13 -- ** Sub Entry
    14 - ++Numbered list++
    15 -- # Toplevel Entry
    16 -- ## Sub Entry
    17 - ++Font style++
    18 -- {{'''bold'''}}
    19 -- {{''italic''}}
    20 -- {{<tag>possible tags: big, small, sup, sub, tt, nobr</tag>}}
    21 -- {{{{no special interpretation of formatting characters}}}}
    22 - ++Text flow++
    23 -- non-breaking(_)space
    24 -- soft(-)hypen
    25 - ++Dashes++
    26 -- En{{{--}}}Dash
    27 -- Em{{{---}}}Dash
    28 - ++Line break++
    29 -- {{<br>}}
    30 - ++Links++
    31 -- {{[http://example.org/ link text]}}
