committing changes for conflict test
[ikiwiki] / 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. This is a confict test; I'm also editing this line on
8 the web.
9
10 Here's another one with *emphasised* text.
11
12 # Header
13
14 ## Subheader
15
16 > This is a blockquote.
17 >
18 > This is the first level of quoting.
19 >
20 > > This is nested blockquote.
21 >
22 > Back to the first level.
23
24 Numbered list 
25
26 1. First item.
27 1. Another.
28 1. And another..
29
30 Bulleted list
31
32 * *item*
33 * item
34 * item
35 * just to try this stuff - looks kool!
36 * test
37 * hi mom!
38
39 [[WikiLink]]
40
41 [[SandBox/SubPage]] -- a page under this one.