(no commit message)
[ikiwiki] / doc / sandbox.mdwn
1 This is the [[SandBox]], a page anyone can edit to try out ikiwiki (version [[!version  ]]).
2
3 ----
4 [[中文显示]]
5
6 Here's a paragraph.
7
8 The following code block is pre-formatted:
9
10     Testing what
11     pre-formatted code blocks
12     look like.
13
14 Here's another one with *emphasised* text.
15
16 # Header
17
18 ## Subheader
19
20 > This is a blockquote.
21 >
22 > This is the first level of quoting.
23 >
24 > > This is nested blockquote.
25 >
26 >> Without a space works too.
27 >>> to three levels
28 >
29 > Back to the first level.
30
31 Numbered list 
32
33 1. First item.
34  1. Sub item.
35 1. Another.
36 1. And another..
37  1. foo
38  2. bar
39   3. baz
40    4. qux
41     5. quux
42      6. wibble
43
44 Bulleted list
45
46 * item
47 * *item*
48 * item
49 * one
50   * two
51      * three
52        * four
53         * five
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 The haiku will change after every save, mind you.
63
64 ## Different sorts of links:
65
66 * [[Features]]
67 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
68 * <http://www.gnu.org/>
69 * [GNU](http://www.gnu.org/)
70 * [Email](mailto:noone@invalid)
71 * [![ikiwiki logo](http://ikiwiki.info/logo/ikiwiki.png)](http://ikiwiki.info)
72 * <a href="http://www.google.com/">plain old html link</a>
73 * [[foo]]
74
75 -----
76
77 This SandBox is also a [[blog]]!
78
79 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]
80
81 --------
82
83 This gives an example of inline code: `tar | netcat` is a nice way to transfer bulk files over the net
84
85 But, of course, rsync is better.
86
87 ----
88
89 Let's see what happens... ~~