]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/Help/Syntax
Record before an experiment
[Rakka.git] / defaultPages / Help / Syntax
index 39c38f42a49d4ddeb16f1d90190b9af917018663..ce9a0b2e6947a4379ff2f398ab0cd93d5b42838e 100644 (file)
@@ -1,29 +1,64 @@
 <?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 =
 
-== Header ==
+== Heading ==
 
-=== Header 3 ===
+=== Heading 3 ===
 
-==== Header 4 ====
+==== Heading 4 ====
 
-== Verbatim ==
+===== Heading 5 =====
+
+== 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;
+
+<![CDATA[
+== Leading spaces ==
  This
    is a
-           verbatim
+           preformatted
       text.
+    [[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
@@ -46,20 +81,19 @@ blah blah blah blah...
 
 == Link ==
 * [[Page]]
+* [[page]]
+* [[space in a page name]]
 * [[Page|Link to "Page"]]
-* [[Page#Header]]
-* [[#Header]]
-* [[Page#Header|Link to "Page#Header"]]
+* [[Page#Heading]]
+* [[#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]
 
-== Reference ==
-Blah blah blah blah...&lt;ref&gt;Qwerty qwerty qwerty.&lt;/ref&gt;
 
+<div id="example">example</div>
 
+]]>
 </textData>
 </page>