liquid_feedback_frontend
view locale/help/wikisyntax_rocketwiki.en.txt @ 154:6b6c82f9ca9f
speedup member image loading when non set
we can add the location of the default file directy instead of going through another slow request
we can add the location of the default file directy instead of going through another slow request
author | Daniel Poelzleithner <poelzi@poelzi.org> |
---|---|
date | Fri Oct 08 15:25:10 2010 +0200 (2010-10-08) |
parents | fa55c8ded9fd |
children | 327f24e6799d |
line source
1 <- [wikisyntax.html Wiki Help]
3 ==== RocketWiki ====
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 -- {{__underlined__}}
21 -- {{++big++}}
22 -- {{%%small%%}}
23 -- {{||monospaced||}}
24 -- {{&&no line break&&}}
25 -- {{$$stylename: use a specific CSS style$$}}
26 -- {{{{no special interpretation of formatting characters}}}}
27 - ++Quotes++
28 -- {{""normal english quotes""}}
29 -- {{"""single english quotes"""}}
30 -- {{,,normal german quotes''}}
31 -- {{,,,single german quotes'''}}
32 -- {{<<normal french quotes>>}}
33 -- {{<<<single french quotes>>>}}
34 - ++Text flow++
35 -- non-breaking(_)space
36 -- soft(-)hypen
37 - ++Special characters++
38 -- {{{EUR}}} sign
39 -- German umlauts: {{{Ae} {Oe} {Ue} {ae} {oe} {ue}}}
40 -- German SZ-ligature: {{{sz} or {ss}}}
41 -- Mid{{{.}}}dot
42 -- Ellipsis {{{...}}}
43 -- Arrows {{{->} {=>} {<->}}} etc.
44 -- {{{C} 2009, Registered{R}, Trademark{TM}}}
45 -- {{360{deg} 0{'} 0{''}}} => 360{deg} 0{'} 0{''}
46 -- {{{1/4} + {1/2} = {3/4}}} => {1/4} + {1/2} = {3/4}
47 -- {{10{%o} = 1%}} => 10{%o} = 1%
48 -- {{(5 {-} 1) {x} 3 {/} 4 {=} 3}} => (5 {-} 1) {x} 3 {/} 4 {=} 3
49 - ++Dashes++
50 -- En{{{--}}}Dash
51 -- Em{{{---}}}Dash
52 - ++Images++
53 -- {{[http://example.org/embedded_image.jpg]}}
54 -- {{[http://example.org/embedded_image.jpeg]}}
55 -- {{[http://example.org/embedded_image.gif]}}
56 -- {{[http://example.org/embedded_image.png]}}
57 -- {{[stylename: http://example.org/image_with_CSS_style.png]}}
58 -- {{[http://example.org/image.png Image with alternative text]}}
59 - ++Links++
60 -- {{[http://example.org/ normal link with text]}}
61 -- {{[http://example.org/ http://example.org/image_for_link.png]}}
62 -- {{[http://example.org/ http://example.org/image.png Alternative text]}}
63 -- {{[http://example.org/image.png! Link to image]}}
64 - ++DIVs++
65 -- @@id:
66 DIV contents
67 @@
68 - ++CSS styles for multiple paragraphs++
69 -- $$style:
70 ...
71 $$