]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/sandbox.mdwn
Adding a deprecated tag for plugins?
[git.ikiwiki.info.git] / doc / sandbox.mdwn
1 This is the SandBox, a page anyone can edit to try out ikiwiki.
3 ----
5 Here's a paragraph.
7 The following code block is pre-formatted:
9     Testing what
10     pre-formatted code blocks
11     look like.
13 Here's another one with *emphasised* text.
15 # Header
17 ## Subheader
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.
30 Numbered list 
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
43 Bulleted list
45 * item
46 * *item*
47 * item
48 * one
49   * two
50      * three
51        * four
52         * five
54 * a new list
55  * with sub heads
56  * like this
58 ----
60 [[!template id=note text="this is generated by the [[plugins/haiku]] plugin"]]
61 [[!haiku hint="sandbox play"]]
63 ----
65 The haiku will change after every save, mind you.
67 ## Different sorts of links:
69 * [[Features]]
70 * [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
71 * <http://www.gnu.org/>
72 * [GNU](http://www.gnu.org/)
73 * [Email](mailto:noone@invalid)
74 * [![ikiwiki logo](http://ikiwiki.info/logo/ikiwiki.png)](http://ikiwiki.info)
75 * <a href="http://www.google.com/">plain old html link</a>
76 * [[foo]]
77 * WikiLink
79 -----
81 This SandBox is also a [[blog]]!
83 [[!inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]