]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/Help/Syntax
Wrote more
[Rakka.git] / defaultPages / Help / Syntax
index 136a295f92de5b225c9df0791a775ab1f334771a..d60a5a5ae9bd4141bc09be9f33e7612867ee33dd 100644 (file)
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <page xmlns="http://cielonegro.org/schema/Rakka/Page/1.0"
       type="text/x-rakka"
-      isBoring="yes">
-  <textData>= Syntax Help =
+      isBoring="yes"
+      lang="en">
+  <textData><![CDATA[= Syntax Help =
 
 == Heading ==
 
 
 ===== Heading 5 =====
 
-== &amp;lt;nowiki&amp;gt; tags ==
-&lt;nowiki&gt;
+== 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.
-&lt;/nowiki&gt;
+]]&gt;
 
-== &amp;lt;pre&amp;gt; tags ==
-&lt;pre&gt;
+== PDATA section ==
+&lt;![PDATA[
 [[Wiki]] markup is ignored here
  and   reformatting is    also  disabled.
-&lt;/pre&gt;
+]]&gt;
 
+<![CDATA[
 == Leading spaces ==
  This
    is a
            preformatted
       text.
-    [[Foo|Wiki markup is interpretted in here.]]
+    [[Foo|Wiki markup is interpreted here.]]
 
 == Horizontal Line ==
 ----
 
+blah blah blah...
+
+<!--
 == Quotation ==
-&lt;blockquote&gt;
+<blockquote>
 blah blah blah...
 blah blah blah blah...
-&lt;cite&gt;-- John Doe&lt;cite&gt;
+<cite>-- John Doe<cite>
+-->
 
 == Listing ==
 * foo
@@ -68,15 +88,14 @@ blah blah blah blah...
 * [[#Heading]]
 * [[Page#Heading|Link to "Page#Heading"]]
 * [[#example]]
-* http://www.google.com/
-* [http://www.google.com Google]
-
-
-&lt;div id="example"&gt;example&lt;/div&gt;
+* [http://www.google.com/]
+* [http://www.google.com/ Google]
+* [[[Page]]]
+* [[[Page|Link to object of "Page"]]]
 
-== Reference ==
-Blah blah blah blah...&lt;ref&gt;Qwerty qwerty qwerty.&lt;/ref&gt;
 
+<div id="example">example</div>
 
+]]>
 </textData>
 </page>