]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/MainPage
Implemented more features
[Rakka.git] / defaultPages / MainPage
index 4ab9d1e1d0cd6538c76e36ca385e743a183a9e95..c5d19712301865256052b085ce91594f4bbb6183 100644 (file)
@@ -3,27 +3,41 @@
       type="text/x-rakka"
       isBoring="yes">
   <textData>= Main Page =
-This is the main page. 
+This  is  the    main  page.&lt;br /&gt;
 Hello, world!
 
 Another paragraph...
 
-= Syntax Help =
+== Italic and bold ==
+You can ''italicize text'' by putting 2 
+apostrophes on each side. 
 
-== Heading ==
+3 apostrophes will bold '''the text'''. 
 
-=== Heading 3 ===
+5 apostrophes will bold and italicize 
+'''''the text'''''.
 
-==== Heading 4 ====
+(Using 4 apostrophes doesn't do anything
+special -- there are just '''' left
+over ones'''' that are included as part of the text.)
 
-===== Heading 5 =====
+== CDATA section ==
+&lt;![CDATA[
+[[Wiki]] markup is ignored here
+but the text is reformatted.
+]]&gt;
 
-== Link ==
-[[Page]]
-[[Page|Link to "Page"]]
-[[Page#Heading]]
-[[#Heading]]
-[[Page#Heading|Link to "Page#Heading"]]
-[[#example]]
+== 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>