X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=defaultPages%2FMainPage;h=c5d19712301865256052b085ce91594f4bbb6183;hb=2ad43b49ecc25bdf87dd19037fd63c12428992ae;hp=4ab9d1e1d0cd6538c76e36ca385e743a183a9e95;hpb=1647278f9393f7382b6e8b8a5e9e14ce50aae718;p=Rakka.git diff --git a/defaultPages/MainPage b/defaultPages/MainPage index 4ab9d1e..c5d1971 100644 --- a/defaultPages/MainPage +++ b/defaultPages/MainPage @@ -3,27 +3,41 @@ type="text/x-rakka" isBoring="yes"> = Main Page = -This is the main page. +This is the main page.<br /> Hello, world! Another paragraph... -= Syntax Help = +== Italic and bold == +You can ''italicize text'' by putting 2 +apostrophes on each side. -== Heading == +3 apostrophes will bold '''the text'''. -=== Heading 3 === +5 apostrophes will bold and italicize +'''''the text'''''. -==== Heading 4 ==== +(Using 4 apostrophes doesn't do anything +special -- there are just '''' left +over ones'''' that are included as part of the text.) -===== Heading 5 ===== +== CDATA section == +<![CDATA[ +[[Wiki]] markup is ignored here +but the text is reformatted. +]]> -== Link == -[[Page]] -[[Page|Link to "Page"]] -[[Page#Heading]] -[[#Heading]] -[[Page#Heading|Link to "Page#Heading"]] -[[#example]] +== PDATA section == +<![PDATA[ +[[Wiki]] markup is ignored here + and reformatting is also disabled. +]]> + +== Leading spaces == + This + is a + preformatted + text. + [[Foo|Wiki markup is interpreted here.]]