diff options
Diffstat (limited to 'tests/misc/lists5.html')
-rw-r--r-- | tests/misc/lists5.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/misc/lists5.html b/tests/misc/lists5.html new file mode 100644 index 0000000..460a27d --- /dev/null +++ b/tests/misc/lists5.html @@ -0,0 +1,21 @@ + +<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> + |