]> sipb.mit.edu Git - ikiwiki.git/blob - doc/sandbox.mdwn
Added link to code plugin
[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 (right back at ya)
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 > and another
19
20
21 Numbered list 
22
23 1. First item.
24     1. Sub item.
25     1. Number 2
26 1. Another.
27 1. And another..
28     1. foo
29     2. bar
30     3. quz
31
32 Bulleted list
33
34 * item
35 * *italic item*
36 * item
37 * one
38   * footballs; runner; unices
39   * Cool !
40
41 test _this_ out.
42
43 `test this code block`
44
45 ----
46
47 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
48 [[!haiku hint="sandbox play"]]
49
50 ----
51
52 ## Different sorts of links:
53
54 * [[Features]]
55 * <http://ikiwiki.info/ikiwiki/formatting/>
56 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
57 * <http://www.gnu.org/>
58 * [GNU](http://www.gnu.org/)
59 * <a href="http://kitenet.net/~joey/">Joey's blog</a>
60
61 ----
62
63 # header1
64
65 ## header2
66
67 ### header3
68
69 #### header4
70
71 ##### header 5
72
73 **bold**
74
75 _italic_
76
77 test ms
78
79 opopopo
80 ----
81
82 This **SandBox** is also a [[blog]]!
83
84 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]
85
86 Testy test!
87
88
89 <p>
90 This is an email link:
91 <a href="mailto:erik.josefsson@europarl.europa.eu?Subject=Hello%20again" target="_top">
92 Send Mail</a>
93 </p>