diff options
Diffstat (limited to 'tests/markdown-test/nested-blockquotes.html')
-rw-r--r-- | tests/markdown-test/nested-blockquotes.html | 9 |
1 files changed, 9 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..7a94df2 --- /dev/null +++ b/tests/markdown-test/nested-blockquotes.html @@ -0,0 +1,9 @@ + +<blockquote><p>foo +</p> +<blockquote><p>bar +</p> +</blockquote><p>foo +</p> +</blockquote> + |