diff options
Diffstat (limited to 'tests/markdown-test/strong-and-em-together.html')
-rw-r--r-- | tests/markdown-test/strong-and-em-together.html | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/tests/markdown-test/strong-and-em-together.html b/tests/markdown-test/strong-and-em-together.html index 7bb56db..8a40b58 100644 --- a/tests/markdown-test/strong-and-em-together.html +++ b/tests/markdown-test/strong-and-em-together.html @@ -1,11 +1,16 @@ - -<p><strong><em>This is strong and em.</em></strong> +<p> +<strong> +<em>This is strong and em.</em> +</strong> </p> -<p>So is <strong><em>this</em></strong> word. +<p>So is <strong> +<em>this</em> +</strong>word.</p> +<p> +<strong> +<em>This is strong and em.</em> +</strong> </p> -<p><strong><em>This is strong and em.</em></strong> -</p> -<p>So is <strong><em>this</em></strong> word. -</p> - - +<p>So is <strong> +<em>this</em> +</strong>word.</p>
\ No newline at end of file |