]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/MainPage
Implemented block commands
[Rakka.git] / defaultPages / MainPage
index 471246b7943d13e2dded57a89325cea1a7540d74..020ba7122a04c406e218dd19c3eedc9887c2e5fd 100644 (file)
@@ -3,20 +3,35 @@
       type="text/x-rakka"
       isBoring="yes">
   <textData>= Main Page =
-This  is  the    main  page. 
+This  is  the    main  page.
 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;
+
+== PDATA section ==
+&lt;![PDATA[
+[[Wiki]] markup is ignored here
+ and   reformatting is    also  disabled.
+]]&gt;
 
 == Leading spaces ==
  This
@@ -25,13 +40,10 @@ Another paragraph...
       text.
     [[Foo|Wiki markup is interpreted here.]]
 
-== Horizontal Line ==
-----
-
 == Listing ==
 * foo
-* bar
-** baz
+** bar
+*** baz
 
 # foo
 ## bar
@@ -43,13 +55,15 @@ Another paragraph...
 *# bar
 
 == Link ==
-[[Page]]
-[[page]]
-[[space in a page name]]
-[[Page|Link to "Page"]]
-[[Page#Heading]]
-[[#Heading]]
-[[Page#Heading|Link to "Page#Heading"]]
-[[#example]]
+* [[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>