diff options
author | nihilus <nihilus@web> | 2012-09-16 21:54:19 +0200 |
---|---|---|
committer | Wiki User Oberon <nobody@nowhere.ws> | 2012-09-16 21:54:19 +0200 |
commit | c2506ad39da2c5840daca3c08b71ffdba69f68da (patch) | |
tree | f54b112f29ed84b3c3b5b1f69188a8ea4ac0ed24 | |
parent | c7312a91be46cf7e93db4f47926dcdfcb35c254c (diff) |
-rw-r--r-- | sandbox.mdwn | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sandbox.mdwn b/sandbox.mdwn new file mode 100644 index 0000000..a55275d --- /dev/null +++ b/sandbox.mdwn @@ -0,0 +1,36 @@ +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. + +I wonder what happens if I add a new [[projects]] + +# 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 + +[[ikiwiki/WikiLink]] + +[[!calendar type="month" pages="blog/*"]] |