diff options
Diffstat (limited to 'tests/misc/lists5.html')
-rw-r--r-- | tests/misc/lists5.html | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/tests/misc/lists5.html b/tests/misc/lists5.html index 460a27d..c3dbda4 100644 --- a/tests/misc/lists5.html +++ b/tests/misc/lists5.html @@ -1,21 +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> +<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> +<li>Alpha</li> +<li>Beta +Etc.</li> </ul> -</blockquote> - +</blockquote>
\ No newline at end of file |