]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/Help/Syntax
Implemented inline images and framed images
[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 == Inline Object ==
53 <object data="Foo" float="right" inside="caption">
54   This is a caption containing [[Foo|markups]].
55 </object>
56
57 blah blah blah...
58
59 == Quotation ==
60 <blockquote>
61 blah blah blah...
62 blah blah blah blah...
63 <cite>-- John Doe<cite>
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
96
97 <div id="example">example</div>
98
99 == Reference ==
100 Blah blah blah blah...<ref>Qwerty qwerty qwerty.</ref>
101
102 ]]>
103 </textData>
104 </page>