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