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