From 870e63be7360b5a0097a27656048e853bc720464 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 21 Jul 2014 22:29:16 -0700
Subject: Initial commit

---
 oldtests/Code/IndentedFences.markdown | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 oldtests/Code/IndentedFences.markdown

(limited to 'oldtests/Code/IndentedFences.markdown')

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
+>```
-- 
cgit v1.2.3