]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/MainPage
Implemented block commands
[Rakka.git] / defaultPages / MainPage
index 3da51be5986828205af85158de83d200c32881f2..020ba7122a04c406e218dd19c3eedc9887c2e5fd 100644 (file)
@@ -2,5 +2,68 @@
 <page xmlns="http://cielonegro.org/schema/Rakka/Page/1.0"
       type="text/x-rakka"
       isBoring="yes">
-  <textData>This is the main page. Hello, world!</textData>
+  <textData>= Main Page =
+This  is  the    main  page.
+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.]]
+
+== Listing ==
+* foo
+** bar
+*** baz
+
+# foo
+## bar
+### baz
+
+* foo
+*# bar
+*#* baz
+*# bar
+
+== Link ==
+* [[Page]]
+* [[page]]
+* [[space in a page name]]
+* [[Page|Link to "Page"]]
+* [[Page#Heading]]
+* [[#Main Page]]
+* [[Page#Heading|Link to "Page#Heading"]]
+* [[#example]]
+
+&lt;div id="example" /&gt;
+</textData>
 </page>