]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/Help/Syntax
implemented more markup stuffs
[Rakka.git] / defaultPages / Help / Syntax
index 88f758c9700d8e1a6735c24f312ce6171f0fe379..c742612cc09fc49d18a756afe941beaf5679a3fd 100644 (file)
 
 ===== Heading 5 =====
 
-== <nowiki> tags ==
-<nowiki>
+== 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 ==
+<![CDATA[
 [[Wiki]] markup is ignored here
 but the text is reformatted.
-</nowiki>
+]]>
 
-== <pre> tags ==
-<pre>
+== PDATA section ==
+<![PDATA[
 [[Wiki]] markup is ignored here
  and   reformatting is    also  disabled.
-</pre>
+]]>
 
 == Leading spaces ==
  This
@@ -34,6 +48,13 @@ but the text is reformatted.
 == Horizontal Line ==
 ----
 
+== Inline Object ==
+<object data="Foo" float="right" framed="yes">
+  This is a caption containing [[Foo|markups]].
+</object>
+
+blah blah blah...
+
 == Quotation ==
 <blockquote>
 blah blah blah...