From 020b97577a88b0c023b256d6d2ea7db6d44289d4 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 5 Jan 2013 14:52:10 +0000 Subject: [PATCH] clean the sandbox --- doc/sandbox.mdwn | 68 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 65 insertions(+), 3 deletions(-) diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn index 83e40af6e..9234603fc 100644 --- a/doc/sandbox.mdwn +++ b/doc/sandbox.mdwn @@ -1,9 +1,71 @@ -### HELP +This is the [[SandBox]], a page anyone can edit to try out ikiwiki +(version [[!version ]]). -$2 + 2 = 4$ +> This is a blockquote. +> +> This is the first level of quoting. +> +> > This is a nested blockquote. +> +>> Without a space works too. +>>> to three levels +> +> Back to the first level. -blah blah +Numbered list +1. First item. + 1. Sub item. +1. Another. +1. And another.. + 1. foo + 2. bar + 3. quz +Bulleted list +* item +* *item* +* item +* one + * footballs; runner; unices + * Cool ! + +---- + +[[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]] +[[!haiku hint="sandbox play"]] + +---- + +## Different sorts of links: + +* [[Features]] +* +* [[different_name_for_a_WikiLink|ikiwiki/WikiLink]] +* +* [GNU](http://www.gnu.org/) +* Joey's blog + +---- + +# header1 + +## header2 + +### header3 + +#### header4 + +##### header 5 + +**bold** + +_italic_ + +---- + +This **SandBox** is also a [[blog]]! + +[[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]] -- 2.32.0.93.g670b81a890