X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/72ee9c720f3d99828728202c206c042727eac1b4..04498cdeb486a518ef9ed2464cb95f734b48c6bd:/doc/sandbox.mdwn
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn
index b8bcc62c4..4aa1401b3 100644
--- a/doc/sandbox.mdwn
+++ b/doc/sandbox.mdwn
@@ -1,22 +1,29 @@
-This is the [[SandBox]], a page anyone can edit to try out ikiwiki (version [[!version ]]).
+# Sandbox
-Test conflict.
+This is the [[SandBox]], a page anyone can edit to try out ikiwiki
+(version [[!version ]]).
-# Header
+[[!toc levels=1 startlevel=2 ]]
-## Subheader2
+
+## Blockquotes
> This is a blockquote.
>
> This is the first level of quoting.
>
-> > This is nested blockquote.
+> > This is a nested blockquote.
>
>> Without a space works too.
>>> to three levels
>
> Back to the first level.
+> It's kinda like e-mail...
+>> ...but without the cool colored lines...
+>>> ...and different font colors.
+>>>> ...but it's nothing a little CSS can't fix.
+
Numbered list
1. First item.
@@ -25,6 +32,7 @@ Numbered list
1. And another..
1. foo
2. bar
+ 3. quz
Bulleted list
@@ -34,6 +42,7 @@ Bulleted list
* one
* footballs; runner; unices
* Cool !
+ * Indeed.
----
@@ -50,6 +59,23 @@ Bulleted list
* [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
*
* [GNU](http://www.gnu.org/)
+* Joey's blog
+
+----
+
+# header1
+
+## header2
+
+### header3
+
+#### header4
+
+##### header 5
+
+**bold**
+
+_italic_
----