liquid_feedback_frontend
view locale/help/wikisyntax_compat.en.txt @ 946:c328da62f45c
Robustify voting JavaScript: Calculate scoring after each moving
| author | jbe | 
|---|---|
| date | Thu Nov 08 15:16:17 2012 +0100 (2012-11-08) | 
| parents | 327f24e6799d | 
| 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]}}
