diff options
Diffstat (limited to 'tests/misc/blockquote-below-paragraph.html')
-rwxr-xr-x | tests/misc/blockquote-below-paragraph.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/misc/blockquote-below-paragraph.html b/tests/misc/blockquote-below-paragraph.html new file mode 100755 index 0000000..5757a9a --- /dev/null +++ b/tests/misc/blockquote-below-paragraph.html @@ -0,0 +1,6 @@ +<p>Paragraph</p> +<blockquote> + <p>Block quote +Yep</p> +</blockquote> + |