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