added linksbacks
[ikiwiki.git] / doc / sandbox.mdwn
1 This is the SandBox, a page anyone can edit to try out ikiwiki.
2
3 See [[MarkDown]] for documentation of the markup syntax used on this page.
4
5 ----
6
7 Here's a paragraph.
8
9 Here's another one.
10
11 # Header
12
13 ## Subheader
14
15 > This is a blockquote.
16 >
17 > This is the first level of quoting.
18 >
19 > > This is nested blockquote.
20 >
21 > Back to the first level.
22
23 Numbered list 
24
25 1. First item.
26 1. Another.
27 1. And another..
28
29 Bulleted list
30
31 * item
32 * item
33 * item
34
35 Link back to the [[index]].