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