diff options
Diffstat (limited to 'tests/basic/nested-blockquotes.html')
-rw-r--r-- | tests/basic/nested-blockquotes.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/basic/nested-blockquotes.html b/tests/basic/nested-blockquotes.html new file mode 100644 index 0000000..f1b017e --- /dev/null +++ b/tests/basic/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 |