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