]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/Help/Syntax
Implemented inline images and framed images
[Rakka.git] / defaultPages / Help / Syntax
index c742612cc09fc49d18a756afe941beaf5679a3fd..bc3e47ebe4b9edad400b65159f33185bc4fe595a 100644 (file)
@@ -2,7 +2,7 @@
 <page xmlns="http://cielonegro.org/schema/Rakka/Page/1.0"
       type="text/x-rakka"
       isBoring="yes">
-  <textData>= Syntax Help =
+  <textData><![CDATA[= Syntax Help =
 
 == Heading ==
 
@@ -24,7 +24,7 @@ apostrophes on each side.
 (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[
@@ -38,6 +38,7 @@ but the text is reformatted.
  and   reformatting is    also  disabled.
 ]]&gt;
 
+<![CDATA[
 == Leading spaces ==
  This
    is a
@@ -49,17 +50,17 @@ but the text is reformatted.
 ----
 
 == Inline Object ==
-&lt;object data="Foo" float="right" framed="yes"&gt;
+<object data="Foo" float="right" inside="caption">
   This is a caption containing [[Foo|markups]].
-&lt;/object&gt;
+</object>
 
 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
@@ -93,11 +94,11 @@ blah blah blah blah...
 * [http://www.google.com Google]
 
 
-&lt;div id="example"&gt;example&lt;/div&gt;
+<div id="example">example</div>
 
 == Reference ==
-Blah blah blah blah...&lt;ref&gt;Qwerty qwerty qwerty.&lt;/ref&gt;
-
+Blah blah blah blah...<ref>Qwerty qwerty qwerty.</ref>
 
+]]>
 </textData>
 </page>