diff options
-rw-r--r-- | doc/sandbox.mdwn | 30 |
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. |