diff options
Diffstat (limited to 'tests/markdown-test/nested-blockquotes.html')
-rw-r--r-- | tests/markdown-test/nested-blockquotes.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/tests/markdown-test/nested-blockquotes.html b/tests/markdown-test/nested-blockquotes.html index 7a94df2..f1b017e 100644 --- a/tests/markdown-test/nested-blockquotes.html +++ b/tests/markdown-test/nested-blockquotes.html @@ -1,9 +1,7 @@ - -<blockquote><p>foo -</p> -<blockquote><p>bar -</p> -</blockquote><p>foo -</p> +<blockquote> +<p>foo</p> +<blockquote> +<p>bar</p> </blockquote> - +<p>foo</p> +</blockquote>
\ No newline at end of file |