]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/Help/Syntax
41cbe04b60c60447a4ff7e5d9c7abb3307366d6f
[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><![CDATA[= 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 <![CDATA[
42 == Leading spaces ==
43  This
44    is a
45            preformatted
46       text.
47     [[Foo|Wiki markup is interpreted here.]]
48
49 == Horizontal Line ==
50 ----
51
52 blah blah blah...
53
54 <!--
55 == Quotation ==
56 <blockquote>
57 blah blah blah...
58 blah blah blah blah...
59 <cite>-- John Doe<cite>
60 -->
61
62 == Listing ==
63 * foo
64 ** bar
65 *** baz
66
67 # foo
68 ## bar
69 ### baz
70
71 * foo
72 *# bar
73 *#* baz
74 *# bar
75
76 == Definition ==
77 ; AAA : aaa
78 ; BBB
79 : bbb
80
81 == Link ==
82 * [[Page]]
83 * [[page]]
84 * [[space in a page name]]
85 * [[Page|Link to "Page"]]
86 * [[Page#Heading]]
87 * [[#Heading]]
88 * [[Page#Heading|Link to "Page#Heading"]]
89 * [[#example]]
90 * [http://www.google.com/]
91 * [http://www.google.com/ Google]
92
93
94 <div id="example">example</div>
95
96 ]]>
97 </textData>
98 </page>