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