diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-19 13:08:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-19 13:08:04 -0400 |
commit | c716a1c2b78039f2928f57c969729b927cd5f37f (patch) | |
tree | 8f95c4e0b293d9b68abaf197109995981a2b3d94 | |
parent | d4e757b3a3dd45767250b8acaeb942bb1aa70ae4 (diff) |
clean out sandbox
-rw-r--r-- | doc/sandbox.mdwn | 89 |
1 files changed, 73 insertions, 16 deletions
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn index 41c49a7bd..5c7368fc3 100644 --- a/doc/sandbox.mdwn +++ b/doc/sandbox.mdwn @@ -1,24 +1,81 @@ -#I am bashman, I am learning to be hacker. +This is the SandBox, a page anyone can edit to try out ikiwiki. -##I am studing in the high scool to be a ingenier. +blather!! -### I am like fedora an debian. -### I am like perl and ikiwiki... :) - -Coding... +Testing an edit in the sandbox. - #!/usr/bin/perl - print "hello World in ikiwiki"; +---- -I am like this, is realy fast!, is the merma!. -OOO sorry by my english, is no very good. :-| +Here's a paragraph. -:-| +Here's another one with *emphasised* text. - Identing for PHP, by example... +# Header - <?php - $this->a = RespaldoPeer::doSelect(new Criteria()); - ?> +## Subheader -lol. +> 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 + 3. baz + 4. qux + 5. quux + 6. wibble + +Bulleted list + +* item +* *item* +* item +* one + * two + * three + * four + * five + +* a new list + * with sub heads + * like this + +---- + +[[template id=note text="this is generated by the [[plugins/haiku]] plugin"]] +[[haiku hint="sandbox play"]] + +---- + +The haiku will change after every save, mind you. + +## Different sorts of links: + +* [[Features]] +* [[different_name_for_a_WikiLink|ikiwiki/WikiLink]] +* <http://www.gnu.org/> +* [GNU](http://www.gnu.org/) +* [Email](mailto:noone@invalid) +* [![ikiwiki logo](http://ikiwiki.info/logo/ikiwiki.png)](http://ikiwiki.info) +* <a href="http://www.google.com/">plain old html link</a> +* [[foo]] +* WikiLink + +----- + +This sandbox is also a [[ikiwiki/blog]]! + +[[inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]] |