diff options
Diffstat (limited to 'tests/misc/lists5.html')
-rw-r--r-- | tests/misc/lists5.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/misc/lists5.html b/tests/misc/lists5.html new file mode 100644 index 0000000..c3dbda4 --- /dev/null +++ b/tests/misc/lists5.html @@ -0,0 +1,14 @@ +<blockquote> +<p>This is a test of a block quote +With just two lines</p> +</blockquote> +<p>A paragraph</p> +<blockquote> +<p>This is a more difficult case +With a list item inside the quote</p> +<ul> +<li>Alpha</li> +<li>Beta +Etc.</li> +</ul> +</blockquote>
\ No newline at end of file |