Add a patch tag
[ikiwiki.git] / doc / sandbox.mdwn
1 This is the [[SandBox]], a page anyone can edit to try out ikiwiki
2 (version [[!version  ]]).
3
4 > This is a blockquote.
5 >
6 > This is the first level of quoting.
7 >
8 > > This is a nested blockquote.
9 >
10 >> Without a space works too.
11 >>> to three levels
12 >
13 > Back to the first level.
14
15 Numbered list 
16
17 1. First item.
18  1. Sub item.
19 1. Another.
20 1. And another..
21  1. foo
22  2. bar
23  3. quz
24
25 Bulleted list
26
27 * item
28 * *item*
29 * item
30 * one
31   * footballs; runner; unices
32   * Cool !
33
34 test _this_ out.
35
36 ----
37
38 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
39 [[!haiku hint="sandbox play"]]
40
41 ----
42
43 ## Different sorts of links:
44
45 * [[Features]]
46 * <http://ikiwiki.info/ikiwiki/formatting/>
47 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
48 * <http://www.gnu.org/>
49 * [GNU](http://www.gnu.org/)
50 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
51
52 ----
53
54 # header1
55
56 ## header2
57
58 ### header3
59
60 #### header4
61
62 ##### header 5
63
64 **bold**
65
66 _italic_
67
68 ----
69
70 This **SandBox** is also a [[blog]]!
71
72 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]