summaryrefslogtreecommitdiff
path: root/oldtests/Code/IndentedFences.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'oldtests/Code/IndentedFences.markdown')
-rw-r--r--oldtests/Code/IndentedFences.markdown26
1 files changed, 26 insertions, 0 deletions
diff --git a/oldtests/Code/IndentedFences.markdown b/oldtests/Code/IndentedFences.markdown
new file mode 100644
index 0000000..098545f
--- /dev/null
+++ b/oldtests/Code/IndentedFences.markdown
@@ -0,0 +1,26 @@
+ ```
+ a
+ ```
+
+ ```
+z
+```
+
+ ```
+a
+ a
+ a
+ a
+ ```
+
+* foo
+
+ ```
+ Hello
+
+ World
+ ```
+
+> ```
+>a
+>```