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