test: add test for emphasis case

This commit is contained in:
Estevao Soares dos Santos 2017-01-30 00:01:57 +00:00
parent 0292ae0dcb
commit 94c9700d1a
4 changed files with 6 additions and 0 deletions

BIN
dist/showdown.js vendored

Binary file not shown.

BIN
dist/showdown.min.js vendored

Binary file not shown.

View File

@ -34,3 +34,5 @@
<p>escaped word<strong>*with*</strong>bold asterixs</p> <p>escaped word<strong>*with*</strong>bold asterixs</p>
<p>foo<strong>bar</strong>baz</p> <p>foo<strong>bar</strong>baz</p>
<p>foo<strong>bar</strong>baz</p> <p>foo<strong>bar</strong>baz</p>
<p>this is <strong><a href="//google.com">imbued link with strong</a></strong></p>
<p>this is <strong><a href="//google.com">imbued link with strong</a></strong></p>

View File

@ -68,3 +68,7 @@ escaped word**\*with\***bold asterixs
foo**bar**baz foo**bar**baz
foo__bar__baz foo__bar__baz
this is **<a href="//google.com">imbued link with strong</a>**
this is __<a href="//google.com">imbued link with strong</a>__