]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/MainPage
020ba7122a04c406e218dd19c3eedc9887c2e5fd
[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
43 == Listing ==
44 * foo
45 ** bar
46 *** baz
47
48 # foo
49 ## bar
50 ### baz
51
52 * foo
53 *# bar
54 *#* baz
55 *# bar
56
57 == Link ==
58 * [[Page]]
59 * [[page]]
60 * [[space in a page name]]
61 * [[Page|Link to "Page"]]
62 * [[Page#Heading]]
63 * [[#Main Page]]
64 * [[Page#Heading|Link to "Page#Heading"]]
65 * [[#example]]
66
67 &lt;div id="example" /&gt;
68 </textData>
69 </page>