mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
test: add test for emphasis case
This commit is contained in:
parent
0292ae0dcb
commit
94c9700d1a
BIN
dist/showdown.js
vendored
BIN
dist/showdown.js
vendored
Binary file not shown.
BIN
dist/showdown.min.js
vendored
BIN
dist/showdown.min.js
vendored
Binary file not shown.
|
@ -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>
|
||||||
|
|
|
@ -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>__
|
||||||
|
|
Loading…
Reference in New Issue
Block a user