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