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