]> sipb.mit.edu Git - ikiwiki.git/blob - doc/sandbox.mdwn
(no commit message)
[ikiwiki.git] / doc / sandbox.mdwn
1 This is the [[SandBox]], a page anyone can edit to try out ikiwiki
2 (version [[!version  ]]).
3
4 hello world
5
6 > This is a blockquote.
7 >
8 > This is the first level of quoting.
9 >
10 > > This is a nested blockquote.
11 >
12 >> Without a space works too.
13 >>> to three levels
14 >
15 > Back to the first level.
16 >
17 > added a line in level 1
18
19
20 Numbered list 
21
22 1. First item.
23  1. Sub item.
24 1. Another.
25 1. And another..
26  1. foo
27  2. bar
28  3. quz
29
30 Bulleted list
31
32 * item
33 * *item*
34 * item
35 * one
36   * footballs; runner; unices
37   * Cool !
38
39 test _this_ out.
40
41 `test this code block`
42
43 ----
44
45 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
46 [[!haiku hint="sandbox play"]]
47
48 ----
49
50 ## Different sorts of links:
51
52 * [[Features]]
53 * <http://ikiwiki.info/ikiwiki/formatting/>
54 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
55 * <http://www.gnu.org/>
56 * [GNU](http://www.gnu.org/)
57 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
58
59 ----
60
61 # header1
62
63 ## header2
64
65 ### header3
66
67 #### header4
68
69 ##### header 5
70
71 **bold**
72
73 _italic_
74
75
76 opopopo
77 ----
78
79 This **SandBox** is also a [[blog]]!
80
81 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]