]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/Help/Syntax
Wrote more
[Rakka.git] / defaultPages / Help / Syntax
index bc3e47ebe4b9edad400b65159f33185bc4fe595a..d60a5a5ae9bd4141bc09be9f33e7612867ee33dd 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <page xmlns="http://cielonegro.org/schema/Rakka/Page/1.0"
       type="text/x-rakka"
-      isBoring="yes">
+      isBoring="yes"
+      lang="en">
   <textData><![CDATA[= Syntax Help =
 
 == Heading ==
@@ -49,18 +50,15 @@ but the text is reformatted.
 == Horizontal Line ==
 ----
 
-== Inline Object ==
-<object data="Foo" float="right" inside="caption">
-  This is a caption containing [[Foo|markups]].
-</object>
-
 blah blah blah...
 
+<!--
 == Quotation ==
 <blockquote>
 blah blah blah...
 blah blah blah blah...
 <cite>-- John Doe<cite>
+-->
 
 == Listing ==
 * foo
@@ -90,15 +88,14 @@ blah blah blah blah...
 * [[#Heading]]
 * [[Page#Heading|Link to "Page#Heading"]]
 * [[#example]]
-* http://www.google.com/
-* [http://www.google.com Google]
+* [http://www.google.com/]
+* [http://www.google.com/ Google]
+* [[[Page]]]
+* [[[Page|Link to object of "Page"]]]
 
 
 <div id="example">example</div>
 
-== Reference ==
-Blah blah blah blah...<ref>Qwerty qwerty qwerty.</ref>
-
 ]]>
 </textData>
 </page>