Merge branch 'master' of ssh://git.ikiwiki.info
[ikiwiki] / 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 `test this code block`
37
38 ----
39
40 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
41 [[!haiku hint="sandbox play"]]
42
43 ----
44
45 ## Different sorts of links:
46
47 * [[Features]]
48 * <http://ikiwiki.info/ikiwiki/formatting/>
49 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
50 * <http://www.gnu.org/>
51 * [GNU](http://www.gnu.org/)
52 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
53
54 ----
55
56 # header1
57
58 ## header2
59
60 ### header3
61
62 #### header4
63
64 ##### header 5
65
66 **bold**
67
68 _italic_
69
70 ----
71
72 This **SandBox** is also a [[blog]]!
73
74 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]