diff options
| author | gustaveek <gustaveek@web> | 2011-03-23 18:35:32 +0100 | 
|---|---|---|
| committer | Stefan Kangas <skangas@harvey.marxist.se> | 2011-03-23 18:35:32 +0100 | 
| commit | 15b4ffb88dee903b91f9948542d6e32bfcb4bffc (patch) | |
| tree | cb8d62975327ed5edfcab6d543b012ee6f47b726 | |
| parent | 4e293a49bcafedf539688a3252580fb70daccb3f (diff) | |
Nested lists
| -rw-r--r-- | sandbox.mdwn | 47 | 
1 files changed, 47 insertions, 0 deletions
| diff --git a/sandbox.mdwn b/sandbox.mdwn new file mode 100644 index 0000000..c555466 --- /dev/null +++ b/sandbox.mdwn @@ -0,0 +1,47 @@ +This is the SandBox, a page anyone can edit to learn how to use the wiki. + +---- + +Here's a paragraph. + +Here's another one with *emphasised* text. + +# Header + +## Subheader + +> This is a blockquote. +> +> This is the first level of quoting. +> +> > This is nested blockquote. +> +> Back to the first level. + +Numbered list  + +1. First item. +1. Another. +1. And another.. + +Bulleted list + +* *item* +* item + +Nested lists + +1. First item +4. Second item  +   1. Nested items +   2. ... +1. Third item  +   * Nested bullit item +   * Another bullit item  +     * Third level of bullit item   +1. Fourth item  +   a) item +   b) item  +  + +[[ikiwiki/WikiLink]] | 
