]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/MainPage
69c5ecea383e8172233dc38540b2062856813ec8
[Rakka.git] / defaultPages / MainPage
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>= Main Page =
6 This  is  the    main  page. 
7 Hello, world!
8
9 Another paragraph...
10
11 == Italic and bold ==
12 You can ''italicize text'' by putting 2 
13 apostrophes on each side. 
14
15 3 apostrophes will bold '''the text'''. 
16
17 5 apostrophes will bold and italicize 
18 '''''the text'''''.
19
20 (Using 4 apostrophes doesn't do anything
21 special -- there are just '''' left
22 over ones'''' that are included as part of the text.)
23
24 == CDATA section ==
25 &lt;![CDATA[
26 [[Wiki]] markup is ignored here
27 but the text is reformatted.
28 ]]&gt;
29
30 == PDATA section ==
31 &lt;![PDATA[
32 [[Wiki]] markup is ignored here
33  and   reformatting is    also  disabled.
34 ]]&gt;
35
36 == Leading spaces ==
37  This
38    is a
39            preformatted
40       text.
41     [[Foo|Wiki markup is interpreted here.]]
42 </textData>
43 </page>