diff options
author | Simon McVittie <smcv@debian.org> | 2013-01-05 14:52:10 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2013-01-05 14:52:10 +0000 |
commit | 020b97577a88b0c023b256d6d2ea7db6d44289d4 (patch) | |
tree | b22f25e056f861ab42284dcb34ccddd6c5c25fe6 /doc | |
parent | b8072f964116320579a99042bfbfff60d7956f5e (diff) | |
download | ikiwiki-020b97577a88b0c023b256d6d2ea7db6d44289d4.tar ikiwiki-020b97577a88b0c023b256d6d2ea7db6d44289d4.tar.gz |
clean the sandbox
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sandbox.mdwn | 68 |
1 files 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]] +* <http://ikiwiki.info/ikiwiki/formatting/> +* [[different_name_for_a_WikiLink|ikiwiki/WikiLink]] +* <http://www.gnu.org/> +* [GNU](http://www.gnu.org/) +* <a href="http://kitenet.net/~joey/">Joey's blog</a> + +---- + +# 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"]] |