]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/MainPage
Implemented block commands
[Rakka.git] / defaultPages / MainPage
index 5ae8b0060caa7d818587f35051a34c70ef5ece7b..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,15 +40,10 @@ Another paragraph...
       text.
     [[Foo|Wiki markup is interpreted here.]]
 
-== Horizontal Line ==
-----
-
 == Listing ==
 * foo
-* bar
-** baz
-
-aaaaa
+** bar
+*** baz
 
 # foo
 ## bar
@@ -44,20 +54,16 @@ aaaaa
 *#* baz
 *# bar
 
-== Definition ==
-; AAA : aaaaaaaaaaaaaaaaa
-; BBBBBBBBB
-: bbb
-: ccccccccccc
-
 == Link ==
 * [[Page]]
 * [[page]]
 * [[space in a page name]]
 * [[Page|Link to "Page"]]
 * [[Page#Heading]]
-* [[#Heading]]
+* [[#Main Page]]
 * [[Page#Heading|Link to "Page#Heading"]]
 * [[#example]]
+
+&lt;div id="example" /&gt;
 </textData>
 </page>