diff options
Diffstat (limited to 'tests/misc/lazy-block-quote.html')
-rw-r--r-- | tests/misc/lazy-block-quote.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/misc/lazy-block-quote.html b/tests/misc/lazy-block-quote.html new file mode 100644 index 0000000..7a88263 --- /dev/null +++ b/tests/misc/lazy-block-quote.html @@ -0,0 +1,6 @@ +<blockquote> +<p>Line one of lazy block quote. +Line two of lazy block quote.</p> +<p>Line one of paragraph two. +Line two of paragraph two.</p> +</blockquote>
\ No newline at end of file |