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