]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/MainPage
implemented more markup stuffs
[Rakka.git] / defaultPages / MainPage
index 5ae8b0060caa7d818587f35051a34c70ef5ece7b..69c5ecea383e8172233dc38540b2062856813ec8 100644 (file)
@@ -8,15 +8,30 @@ 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 ==
+<![CDATA[
+[[Wiki]] markup is ignored here
+but the text is reformatted.
+]]>
+
+== PDATA section ==
+<![PDATA[
+[[Wiki]] markup is ignored here
+ and   reformatting is    also  disabled.
+]]>
 
 == Leading spaces ==
  This
@@ -24,40 +39,5 @@ Another paragraph...
            preformatted
       text.
     [[Foo|Wiki markup is interpreted here.]]
-
-== Horizontal Line ==
-----
-
-== Listing ==
-* foo
-* bar
-** baz
-
-aaaaa
-
-# foo
-## bar
-### baz
-
-* foo
-*# bar
-*#* baz
-*# bar
-
-== Definition ==
-; AAA : aaaaaaaaaaaaaaaaa
-; BBBBBBBBB
-: bbb
-: ccccccccccc
-
-== Link ==
-* [[Page]]
-* [[page]]
-* [[space in a page name]]
-* [[Page|Link to "Page"]]
-* [[Page#Heading]]
-* [[#Heading]]
-* [[Page#Heading|Link to "Page#Heading"]]
-* [[#example]]
 </textData>
 </page>