]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/sandbox.mdwn
582d46e846252e1a419e3e48982eca1243f6c90d
[git.ikiwiki.info.git] / doc / sandbox.mdwn
1 This is the SandBox, a page anyone can edit to try out ikiwiki.
3 testing 1..2..3!!
5 ----
7 Here's a paragraph.
9 The following code block is pre-formatted:
11     Testing what
12     pre-formatted code blocks
13     look like.
15 Here's another one with *emphasised* text.
17 # Header
19 ## Subheader
21 > This is a blockquote.
22 >
23 > This is the first level of quoting.
24 >
25 > > This is nested blockquote.
26 >
27 >> Without a space works too.
28 >>> to three levels
29 >
30 > Back to the first level.
32 Numbered list 
34 1. First item.
35  1. Sub item.
36 1. Another.
37 1. And another..
38  1. foo
39  2. bar
40   3. baz
41    4. qux
42     5. quux
43      6. wibble
45 Bulleted list
47 * item
48 * *item*
49 * item
50 * one
51   * two
52      * three
53        * four
54         * five
56 * a new list
57  * with sub heads
58  * like this
60 ----
62 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
63 [[!haiku hint="sandbox play"]]
65 ----
67 The haiku will change after every save, mind you.
69 ## Different sorts of links:
71 * [[Features]]
72 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
73 * <http://www.gnu.org/>
74 * [GNU](http://www.gnu.org/)
75 * [Email](mailto:noone@invalid)
76 * [![ikiwiki logo](http://ikiwiki.info/logo/ikiwiki.png)](http://ikiwiki.info)
77 * <a href="http://www.google.com/">plain old html link</a>
78 * [[foo]]
79 * WikiLink
81 -----
83 This SandBox is also a [[blog]]!
85 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]