]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/MainPage
Implemented more features
[Rakka.git] / defaultPages / MainPage
index 632b1bd0cc8267eacc31871bd29357fabb47007a..c5d19712301865256052b085ce91594f4bbb6183 100644 (file)
@@ -3,5 +3,41 @@
       type="text/x-rakka"
       isBoring="yes">
   <textData>= Main Page =
-This is the main page. Hello, world!</textData>
+This  is  the    main  page.&lt;br /&gt;
+Hello, world!
+
+Another paragraph...
+
+== Italic and bold ==
+You can ''italicize text'' by putting 2 
+apostrophes on each side. 
+
+3 apostrophes will bold '''the text'''. 
+
+5 apostrophes will bold and italicize 
+'''''the text'''''.
+
+(Using 4 apostrophes doesn't do anything
+special -- there are just '''' left
+over ones'''' that are included as part of the text.)
+
+== CDATA section ==
+&lt;![CDATA[
+[[Wiki]] markup is ignored here
+but the text is reformatted.
+]]&gt;
+
+== PDATA section ==
+&lt;![PDATA[
+[[Wiki]] markup is ignored here
+ and   reformatting is    also  disabled.
+]]&gt;
+
+== Leading spaces ==
+ This
+   is a
+           preformatted
+      text.
+    [[Foo|Wiki markup is interpreted here.]]
+</textData>
 </page>