diff options
-rw-r--r-- | wiki/src/sandbox.mdwn | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/wiki/src/sandbox.mdwn b/wiki/src/sandbox.mdwn new file mode 100644 index 0000000..31dfced --- /dev/null +++ b/wiki/src/sandbox.mdwn @@ -0,0 +1,46 @@ +This is the SandBox, a page anyone can edit to learn how to use the wiki. + +bla + +---- + +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. +* nesting them +* more nests +1. And another.. + +Bulleted list + +* *item* +* item + +Internal: + +* <http://tails.boum.org/bla> +* <https://tails.boum.org/bla> +* <http://dl.amnesia.boum.org/bla> +* <https://dl.amnesia.boum.org/bla> +* <a href="http://example.com/bla" class="use-mirror-pool">bla</a> + +External: + +* <a href="http://example.com/bla">bla</a> |