(no commit message)
[ikiwiki.git] / doc / sandbox.mdwn
1 # Sandbox
2
3 This is the [[SandBox]], a page anyone can edit to try out ikiwiki
4 (version [[!version  ]]).
5
6 [[!toc levels=1 startlevel=2 ]]
7
8 Testing this sandbox thing.
9
10 ## Blockquotes
11
12 > This is a blockquote.
13 >
14 > This is the first level of quoting.
15 >
16 > > This is a nested blockquote.
17 >
18 >> Without a space works too.
19 >>> to three levels
20 >
21 > Back to the first level.
22
23 > It's kinda like e-mail...
24 >> ...but without the cool colored lines...
25 >>> ...and different font colors.
26 >>>> ...but it's nothing a little CSS can't fix.
27
28 Numbered list 
29
30 1. First item.
31  1. Sub item.
32 1. Another.
33 1. And another..
34  1. foo
35  2. bar
36  3. quz
37
38 Bulleted list
39
40 * item
41 * *item*
42 * item
43 * one
44   * footballs; runner; unices
45   * Cool !
46   * Indeed.
47
48
49 ----
50
51 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
52 [[!haiku hint="sandbox play"]]
53
54 ----
55
56 ## Different sorts of links:
57
58 * [[Features]]
59 * <http://ikiwiki.info/ikiwiki/formatting/>
60 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
61 * <http://www.gnu.org/>
62 * [GNU](http://www.gnu.org/)
63 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
64
65 ----
66
67 # header1
68
69 ## header2
70
71 ### header3
72
73 #### header4
74
75 ##### header 5
76
77 **bold**
78
79 _italic_
80
81
82
83 ### this shows a problem with the list and the verbatim 
84
85 Now we try to write a "code" block starting with a hash sign
86
87     # test 1,2,3
88     $ another test
89
90
91 Now let's write the same block, with a bullest list preceding it.
92
93
94 * This is a bullet list
95
96     # test 1,2,3
97     $ another test
98
99
100 ----
101
102
103
104 ----
105
106 This **SandBox** is also a [[blog]]!
107
108 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]a
109
110
111