X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=defaultPages%2FHelp%2FSyntax;h=c742612cc09fc49d18a756afe941beaf5679a3fd;hb=f832f12703d807f5fc3350dc71d8624ffc5b97a5;hp=39c38f42a49d4ddeb16f1d90190b9af917018663;hpb=8a7556db44cd91ac0bb52279472bcc2abaa3f18e;p=Rakka.git diff --git a/defaultPages/Help/Syntax b/defaultPages/Help/Syntax index 39c38f4..c742612 100644 --- a/defaultPages/Help/Syntax +++ b/defaultPages/Help/Syntax @@ -4,21 +4,57 @@ isBoring="yes"> = 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 == +<![CDATA[ +[[Wiki]] markup is ignored here +but the text is reformatted. +]]> + +== PDATA section == +<![PDATA[ +[[Wiki]] markup is ignored here + and reformatting is also disabled. +]]> + +== Leading spaces == This is a - verbatim + preformatted text. + [[Foo|Wiki markup is interpreted here.]] == 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... @@ -46,10 +82,12 @@ 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]