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