diff options
Diffstat (limited to 'tests/misc/lazy-block-quote.html')
-rw-r--r-- | tests/misc/lazy-block-quote.html | 9 |
1 files changed, 9 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..14da987 --- /dev/null +++ b/tests/misc/lazy-block-quote.html @@ -0,0 +1,9 @@ + +<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> + |