X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/cf5b767777bf922ef55cdc51adef024436d2171e..ea21db6b71f02ebf9b7105452326142f1e1b84b0:/doc/sandbox.mdwn
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn
index 8ecaf1cb9..5049a4656 100644
--- a/doc/sandbox.mdwn
+++ b/doc/sandbox.mdwn
@@ -1,14 +1,11 @@
-This is the [[SandBox]], a page anyone can edit to try out ikiwiki (version [[!version ]]).
-
-# Header
-
-## Subheader2
+This is the [[SandBox]], a page anyone can edit to try out ikiwiki
+(version [[!version ]]).
> 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
@@ -23,6 +20,7 @@ Numbered list
1. And another..
1. foo
2. bar
+ 3. quz
Bulleted list
@@ -33,6 +31,9 @@ Bulleted list
* footballs; runner; unices
* Cool !
+test _this_ out.
+
+`test this code block`
----
@@ -48,6 +49,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_
----