aboutsummaryrefslogtreecommitdiff
path: root/tests/markdown-test/nested-blockquotes.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/markdown-test/nested-blockquotes.html')
-rw-r--r--tests/markdown-test/nested-blockquotes.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/markdown-test/nested-blockquotes.html b/tests/markdown-test/nested-blockquotes.html
new file mode 100644
index 0000000..f1b017e
--- /dev/null
+++ b/tests/markdown-test/nested-blockquotes.html
@@ -0,0 +1,7 @@
+<blockquote>
+<p>foo</p>
+<blockquote>
+<p>bar</p>
+</blockquote>
+<p>foo</p>
+</blockquote> \ No newline at end of file