]> 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 Numbered list 
18
19 1. First item.
20  1. Sub item.
21 1. Another.
22 1. And another..
23  1. foo
24  2. bar
25  3. quz
26
27 Bulleted list
28
29 * item
30 * *item*
31 * item
32 * one
33   * footballs; runner; unices
34   * Cool !
35
36 test _this_ out.
37
38 `test this code block`
39
40 ----
41
42 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
43 [[!haiku hint="sandbox play"]]
44
45 ----
46
47 ## Different sorts of links:
48
49 * [[Features]]
50 * <http://ikiwiki.info/ikiwiki/formatting/>
51 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
52 * <http://www.gnu.org/>
53 * [GNU](http://www.gnu.org/)
54 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
55
56 ----
57
58 # header1
59
60 ## header2
61
62 ### header3
63
64 #### header4
65
66 ##### header 5
67
68 **bold**
69
70 _italic_
71
72
73 opopopo
74 ----
75
76 This **SandBox** is also a [[blog]]!
77
78 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]