]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/Help/Syntax
implemented listing
[Rakka.git] / defaultPages / Help / Syntax
1 <?xml version="1.0" encoding="UTF-8"?>
2 <page xmlns="http://cielonegro.org/schema/Rakka/Page/1.0"
3       type="text/x-rakka"
4       isBoring="yes">
5   <textData>= Syntax Help =
6
7 == Heading ==
8
9 === Heading 3 ===
10
11 ==== Heading 4 ====
12
13 ===== Heading 5 =====
14
15 == &amp;lt;nowiki&amp;gt; tags ==
16 &lt;nowiki&gt;
17 [[Wiki]] markup is ignored here
18 but the text is reformatted.
19 &lt;/nowiki&gt;
20
21 == &amp;lt;pre&amp;gt; tags ==
22 &lt;pre&gt;
23 [[Wiki]] markup is ignored here
24  and   reformatting is    also  disabled.
25 &lt;/pre&gt;
26
27 == Leading spaces ==
28  This
29    is a
30            preformatted
31       text.
32     [[Foo|Wiki markup is interpreted here.]]
33
34 == Horizontal Line ==
35 ----
36
37 == Quotation ==
38 &lt;blockquote&gt;
39 blah blah blah...
40 blah blah blah blah...
41 &lt;cite&gt;-- John Doe&lt;cite&gt;
42
43 == Listing ==
44 * foo
45 ** bar
46 *** baz
47
48 # foo
49 ## bar
50 ### baz
51
52 * foo
53 *# bar
54 *#* baz
55 *# bar
56
57 == Definition ==
58 ; AAA : aaa
59 ; BBB
60 : bbb
61
62 == Link ==
63 * [[Page]]
64 * [[page]]
65 * [[space in a page name]]
66 * [[Page|Link to "Page"]]
67 * [[Page#Heading]]
68 * [[#Heading]]
69 * [[Page#Heading|Link to "Page#Heading"]]
70 * [[#example]]
71 * http://www.google.com/
72 * [http://www.google.com Google]
73
74
75 &lt;div id="example"&gt;example&lt;/div&gt;
76
77 == Reference ==
78 Blah blah blah blah...&lt;ref&gt;Qwerty qwerty qwerty.&lt;/ref&gt;
79
80
81 </textData>
82 </page>