ikiwiki/doc/sandbox.mdwn

80 lines
1.6 KiB
Markdown

This is the SandBox, a page anyone can edit to try out ikiwiki.
----
Here's a paragraph.
Here's another one with *emphasised* text.
# Header
## Subheader
> This is a blockquote.
>
> This is the first level of quoting.
>
> > This is nested blockquote.
>
>> 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
* *item*
* item
* item
* just to try this stuff - looks kool!
----
[[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]]
* <http://www.gnu.org/>
* [GNU](http://www.gnu.org/)
* [Email](mailto:noone@invalid)
----
&#1506;&#1489;&#1512;&#1497;&#1514;
&#1506;&#1489;&#1512;&#1497;&#1514; &#1506;&#1460;&#1501; &#1504;&#1456;&#1511;&#1493;&#1468;&#1491;&#1493;&#1465;&#1514;
----
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]]
----
This sandbox is also a [[blog]]!
[[inline pages="sandbox/*" rootpage="sandbox" show="5"]]