(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 Vick was here and had this to say:
4 1. my first point is blah
5 2. my second point is blahblah
6     - of course, dont forget about this
7     - and that
8     - and the other
9         - which has a subpoint
10 3. does this work?
11     * subone
12     * sub2
13     * sub3
14
15 == and my heading is this ==
16 some important stuff here
17
18 ==== less important heading ====
19 blahblahblah
20
21 ----
22 misc test
23
24 test more test
25 [[中文显示]]
26
27 Here's a paragraph.
28
29 The following code block is pre-formatted:
30
31     Testing what
32     pre-formatted code blocks
33     look like.
34
35 Here's another one with *emphasised* text.
36
37 # Header
38
39 ## Subheader
40
41 > This is a blockquote.
42 >
43 > This is the first level of quoting.
44 >
45 > > This is nested blockquote.
46 >
47 >> Without a space works too.
48 >>> to three levels
49 >
50 > Back to the first level.
51
52 Numbered list 
53
54 1. First item.
55  1. Sub item.
56 1. Another.
57 1. And another..
58  1. foo
59  2. bar
60   3. baz
61    4. qux
62     5. quux
63      6. wibble
64
65 Bulleted list
66
67 * item
68 * *item*
69 * item
70 * one
71   * two
72      * three
73        * four
74         * five
75
76 ----
77
78 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
79 [[!haiku hint="sandbox play"]]
80
81 ----
82
83 The haiku will change after every save, mind you.
84
85 ## Different sorts of links:
86
87 * [[Features]]
88 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
89 * <http://www.gnu.org/>
90 * [GNU](http://www.gnu.org/)
91 * [Email](mailto:noone@invalid)
92 * [![ikiwiki logo](http://ikiwiki.info/logo/ikiwiki.png)](http://ikiwiki.info)
93 * <a href="http://www.google.com/">plain old html link</a>
94 * [[foo]]
95
96 -----
97
98 This SandBox is also a [[blog]]!
99
100 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]
101
102 --------
103
104 This gives an example of inline code: `tar | netcat` is a nice way to transfer bulk files over the net
105
106 But, of course, rsync is better.
107
108 ----
109
110 Let's see what happens... ~~
111
112 測試的啦