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/HTML/Blocks.markdown | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 oldtests/HTML/Blocks.markdown

(limited to 'oldtests/HTML/Blocks.markdown')

diff --git a/oldtests/HTML/Blocks.markdown b/oldtests/HTML/Blocks.markdown
new file mode 100644
index 0000000..a83fa66
--- /dev/null
+++ b/oldtests/HTML/Blocks.markdown
@@ -0,0 +1,26 @@
+<div>
+  <div>
+   *raw html*
+  </div>
+</div>
+
+<div>
+<div>
+
+*this is markdown*
+
+</div>
+</div>
+
+<!-- comment
+here -->
+
+<!--
+
+*commented out markdown*
+
+-->
+
+<div>
+* raw html with trailing space 
+</div>
-- 
cgit v1.2.3