]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/sandbox.mdwn
* Switched to Text::Markdown. Thanks a lot!
[git.ikiwiki.info.git] / doc / sandbox.mdwn
index 69876d26d50e150a094043ae860116b18d0e9bb5..582d46e846252e1a419e3e48982eca1243f6c90d 100644 (file)
@@ -1,9 +1,17 @@
 This is the SandBox, a page anyone can edit to try out ikiwiki.
 
+testing 1..2..3!!
+
 ----
 
 Here's a paragraph.
 
+The following code block is pre-formatted:
+
+    Testing what
+    pre-formatted code blocks
+    look like.
+
 Here's another one with *emphasised* text.
 
 # Header
@@ -16,30 +24,62 @@ Here's another one with *emphasised* text.
 >
 > > 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*
 * item
-* just to try this stuff - looks kool!
-* test
-* hi mom
+* one
+  * two
+     * three
+       * four
+        * five
 
-[[WikiLink]]
+* a new list
+ * with sub heads
+ * like this
 
 ----
 
-This sandbox is also a [[blog]]! Any [[SubPage]] of this page is automatically
-added to the blog below.
+[[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
+[[!haiku hint="sandbox play"]]
 
 ----
 
-[[inline pages="sandbox/*" show="5"]]
+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 [[blog]]!
+
+[[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]