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