diff options
Diffstat (limited to 'tests/markdown-test/strong-and-em-together.html')
-rw-r--r-- | tests/markdown-test/strong-and-em-together.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/markdown-test/strong-and-em-together.html b/tests/markdown-test/strong-and-em-together.html new file mode 100644 index 0000000..7bb56db --- /dev/null +++ b/tests/markdown-test/strong-and-em-together.html @@ -0,0 +1,11 @@ + +<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> + + |