]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/Help/Syntax
c742612cc09fc49d18a756afe941beaf5679a3fd
[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 == Italic and bold ==
16 You can ''italicize text'' by putting 2 
17 apostrophes on each side. 
18
19 3 apostrophes will bold '''the text'''. 
20
21 5 apostrophes will bold and italicize 
22 '''''the text'''''.
23
24 (Using 4 apostrophes doesn't do anything
25 special -- there are just '''' left
26 over ones'''' that are included as part of the text.)
27
28
29 == CDATA section ==
30 &lt;![CDATA[
31 [[Wiki]] markup is ignored here
32 but the text is reformatted.
33 ]]&gt;
34
35 == PDATA section ==
36 &lt;![PDATA[
37 [[Wiki]] markup is ignored here
38  and   reformatting is    also  disabled.
39 ]]&gt;
40
41 == Leading spaces ==
42  This
43    is a
44            preformatted
45       text.
46     [[Foo|Wiki markup is interpreted here.]]
47
48 == Horizontal Line ==
49 ----
50
51 == Inline Object ==
52 &lt;object data="Foo" float="right" framed="yes"&gt;
53   This is a caption containing [[Foo|markups]].
54 &lt;/object&gt;
55
56 blah blah blah...
57
58 == Quotation ==
59 &lt;blockquote&gt;
60 blah blah blah...
61 blah blah blah blah...
62 &lt;cite&gt;-- John Doe&lt;cite&gt;
63
64 == Listing ==
65 * foo
66 ** bar
67 *** baz
68
69 # foo
70 ## bar
71 ### baz
72
73 * foo
74 *# bar
75 *#* baz
76 *# bar
77
78 == Definition ==
79 ; AAA : aaa
80 ; BBB
81 : bbb
82
83 == Link ==
84 * [[Page]]
85 * [[page]]
86 * [[space in a page name]]
87 * [[Page|Link to "Page"]]
88 * [[Page#Heading]]
89 * [[#Heading]]
90 * [[Page#Heading|Link to "Page#Heading"]]
91 * [[#example]]
92 * http://www.google.com/
93 * [http://www.google.com Google]
94
95
96 &lt;div id="example"&gt;example&lt;/div&gt;
97
98 == Reference ==
99 Blah blah blah blah...&lt;ref&gt;Qwerty qwerty qwerty.&lt;/ref&gt;
100
101
102 </textData>
103 </page>