]> sipb.mit.edu Git - ikiwiki.git/blob - doc/sandbox.mdwn
ugh
[ikiwiki.git] / doc / sandbox.mdwn
1 This is the SandBox, a page anyone can edit to try out ikiwiki.
2
3 ----
4
5 Here's a paragraph.
6
7 Here's another one with *emphasised* text.
8
9 # Header
10
11 ## Subheader
12
13 > This is a blockquote.
14 >
15 > This is the first level of quoting.
16 >
17 > > This is nested blockquote.
18 >
19 > Back to the first level.
20
21 Numbered list 
22
23 1. First item.
24 1. Another.
25 1. And another..
26
27 Bulleted list
28
29 * *item*
30 * item
31 * item
32 * just to try this stuff - looks kool!
33 * test
34 * hi mom
35
36 [[WikiLink]]
37
38 [[SandBox/SubPage]] -- a page under this one.