aboutsummaryrefslogtreecommitdiff
path: root/doc/sandbox.mdwn
diff options
context:
space:
mode:
authorbryan@da36e26d7d5e41fb3bd71a3f3c14ee96837c1910 <bryan@web>2016-01-21 18:09:14 -0400
committeradmin <admin@branchable.com>2016-01-21 18:09:14 -0400
commit764dc42f81d4077c24515bcc2e72fd40e91ec048 (patch)
treed4fc5cbc2d9fc0290e42f8ef83812e1d6e579a61 /doc/sandbox.mdwn
parentc2575f71e6bd8245749b8c9cd0b2d4b3c5b83f62 (diff)
downloadikiwiki-764dc42f81d4077c24515bcc2e72fd40e91ec048.tar
ikiwiki-764dc42f81d4077c24515bcc2e72fd40e91ec048.tar.gz
test
Diffstat (limited to 'doc/sandbox.mdwn')
-rw-r--r--doc/sandbox.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn
index 25e5324c6..4c39ce8c7 100644
--- a/doc/sandbox.mdwn
+++ b/doc/sandbox.mdwn
@@ -22,6 +22,36 @@ Hello!
pre formated text?
~~~
+```
+testing markdown
+```
+
+# one
+
+- foo
+
+## two
+
+- bar
+
+###
+
+- blah
+ - more blah
+
+1. number
+2. list
+ a. ick
+ b. bar
+
+| table | here |
+|----|.----.|
+| test adfasdfasdfa | 2 |
+| subtest | adfad|
+
+ok no formating.
+
+
> This is a blockquote.
>
> This is the first level of quoting.