X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/412e8b986aa457de4ea172ed575bb5d455a21396..78870df321ab570b24cb6ed7f81296cc5e20e47c:/doc/sandbox.mdwn diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn index 4c935d1e2..3c612d0a1 100644 --- a/doc/sandbox.mdwn +++ b/doc/sandbox.mdwn @@ -16,15 +16,21 @@ Here's another one with *emphasised* text. > > > This is nested blockquote. > ->> Does this also work? -- It does. +>> And without a space works too. > > Back to the first level. Numbered list 1. First item. + 1. Sub item. 1. Another. 1. And another.. + 1. foo + 2. bar + 3. baz + 4. qux + 5. quux Bulleted list @@ -32,12 +38,39 @@ Bulleted list * item * item * just to try this stuff - looks kool! -* test -* hi mom -* [[foo_(1975-)]] -* frogs. -[[WikiLink]] +---- + +[[haiku hint="sandbox play"]] + +---- + +## Different sorts of links: + +* [[WikiLink]] +* [[different_name_for_a_WikiLink|WikiLink]] +* [[different name for a WikiLink (with spaces this time)|WikiLink]] +* +* [GNU](http://www.gnu.org/) +* [Email](mailto:noone@invalid) + +---- +עברית +עברית עִם נְקוּדוֹת +---- + +So did that work? --[[Joey]] + +---- + +Turkish spesific characters (latin5) expected to be here --> ığüşöçİĞÜŞÖÇ +(character encoding set as UTF-8 on the client side) + +Hmm... Rendered properly but now in this second entry, they all seem to be corrupted in the CGI form. How about `sandbox.mdwn`? --[[Roktas]] + +Displayed correctly after the previous (second) test, corrupted in the CGI form though. --[[Roktas]] + +Multibyte characters are rendered and stored correctly (looking at the `sandbox.mdwn` diff), but we have a problem in CGI forms. --[[Roktas]] ----