poelzi@133: <- [wikisyntax.html Wiki Help]
poelzi@133:
poelzi@133: ==== RocketWiki ====
poelzi@133: - ++Headings++
poelzi@133: -- ==== Main Heading (H1) ====
poelzi@133: -- === Heading (H2) ===
poelzi@133: -- == Sub-Heading (H3) ==
poelzi@133: -- = Sub-Sub-Heading (H4) =
poelzi@133: - ++Horizontal line++
poelzi@133: -- ---
poelzi@133: - ++Unnumbered lists++
poelzi@133: -- - Toplevel Entry
poelzi@133: -- -- Sub Entry
poelzi@133: - ++Numbered list++
poelzi@133: -- # Toplevel Entry
poelzi@133: -- ## Sub Entry
poelzi@133: - ++Font style++
poelzi@133: -- {{**bold**}}
poelzi@133: -- {{//italic//}}
poelzi@133: -- {{__underlined__}}
poelzi@133: -- {{++big++}}
poelzi@133: -- {{%%small%%}}
poelzi@133: -- {{||monospaced||}}
poelzi@133: -- {{&&no line break&&}}
poelzi@133: -- {{$$stylename: use a specific CSS style$$}}
poelzi@133: -- {{{{no special interpretation of formatting characters}}}}
poelzi@133: - ++Quotes++
poelzi@133: -- {{""normal english quotes""}}
poelzi@133: -- {{"""single english quotes"""}}
poelzi@133: -- {{,,normal german quotes''}}
poelzi@133: -- {{,,,single german quotes'''}}
poelzi@133: -- {{<>}}
poelzi@133: -- {{<<>>}}
poelzi@133: - ++Text flow++
poelzi@133: -- non-breaking(_)space
poelzi@133: -- soft(-)hypen
poelzi@133: - ++Special characters++
poelzi@133: -- {{{EUR}}} sign
poelzi@133: -- German umlauts: {{{Ae} {Oe} {Ue} {ae} {oe} {ue}}}
poelzi@133: -- German SZ-ligature: {{{sz} or {ss}}}
poelzi@133: -- Mid{{{.}}}dot
poelzi@133: -- Ellipsis {{{...}}}
poelzi@133: -- Arrows {{{->} {=>} {<->}}} etc.
poelzi@133: -- {{{C} 2009, Registered{R}, Trademark{TM}}}
poelzi@133: -- {{360{deg} 0{'} 0{''}}} => 360{deg} 0{'} 0{''}
poelzi@133: -- {{{1/4} + {1/2} = {3/4}}} => {1/4} + {1/2} = {3/4}
poelzi@133: -- {{10{%o} = 1%}} => 10{%o} = 1%
poelzi@133: -- {{(5 {-} 1) {x} 3 {/} 4 {=} 3}} => (5 {-} 1) {x} 3 {/} 4 {=} 3
poelzi@133: - ++Dashes++
poelzi@133: -- En{{{--}}}Dash
poelzi@133: -- Em{{{---}}}Dash
poelzi@133: - ++Images++
poelzi@133: -- {{[http://example.org/embedded_image.jpg]}}
poelzi@133: -- {{[http://example.org/embedded_image.jpeg]}}
poelzi@133: -- {{[http://example.org/embedded_image.gif]}}
poelzi@133: -- {{[http://example.org/embedded_image.png]}}
poelzi@133: -- {{[stylename: http://example.org/image_with_CSS_style.png]}}
poelzi@133: -- {{[http://example.org/image.png Image with alternative text]}}
poelzi@133: - ++Links++
poelzi@133: -- {{[http://example.org/ normal link with text]}}
poelzi@133: -- {{[http://example.org/ http://example.org/image_for_link.png]}}
poelzi@133: -- {{[http://example.org/ http://example.org/image.png Alternative text]}}
poelzi@133: -- {{[http://example.org/image.png! Link to image]}}
poelzi@133: - ++DIVs++
poelzi@133: -- @@id:
poelzi@133: DIV contents
poelzi@133: @@
poelzi@133: - ++CSS styles for multiple paragraphs++
poelzi@133: -- $$style:
poelzi@133: ...
poelzi@133: $$
poelzi@133: