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