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