]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/sandbox.mdwn
inline: Fix handling of rootpage that doesn't exist.
[ikiwiki.git] / doc / sandbox.mdwn
index 83e9a77fe5bb592ebd0cd478d914d4a5c266290a..9e709172a900f0e23f1defe91e298814489fdbf1 100644 (file)
@@ -1,11 +1,14 @@
 This is the SandBox, a page anyone can edit to try out ikiwiki.
 
-See [[MarkDown]] for documentation of the markup syntax used on this page.
-
 ----
 
-Here's a paragraph. This is a confict test; I'm also editing this line on
-the web.
+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.
 
@@ -19,23 +22,64 @@ 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
+
+* 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
+
+Test
+
+-----
 
-[[WikiLink]]
+This SandBox is also a [[blog]]!
 
-[[SandBox/SubPage]] -- a page under this one.
+[[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]