diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-22 15:08:49 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-22 15:09:02 -0500 |
commit | cf6fd45a8a6379232c3c8dec652175c42a96040b (patch) | |
tree | 80ae78e90f56e284a3a662eb3a3a9ff6d8e51f2b | |
parent | aeaaeecd515748dfc044a5a5853426a35de70c94 (diff) |
restore sandbox
-rw-r--r-- | doc/sandbox.mdwn | 62 |
1 files changed, 61 insertions, 1 deletions
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn index 2a02d41ce..8aedcbb9e 100644 --- a/doc/sandbox.mdwn +++ b/doc/sandbox.mdwn @@ -1 +1,61 @@ -TEST +This is the [[SandBox]], a page anyone can edit to try out ikiwiki (version [[!version ]]). + + +# Header + +## Subheader + +> This is a blockquote. +> +> This is the first level of quoting. +> +> > This is nested blockquote. +> +>> Without a space works too. +>>> to three levels +> +> Back to the first level. + +Numbered list + +1. First item. + 1. Sub item. +1. Another. +1. And another.. + 1. foo + 2. bar + +Bulleted list + +* item +* *item* +* item +* one + * two + +---- + +[[!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/) + +----- + +[[!progress percent=27]] + +[[!progress percent=78]] + +----- + +This **SandBox** is also a [[blog]]! + +[[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]] |