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