mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
5c50675cca
correctly When a user enters a URL with emphasis or strikethrough, the html output were incorrect. Now, URLs inside emphasis or strikethrough are parsed corerctly Closes #347
13 lines
236 B
Markdown
13 lines
236 B
Markdown
*http://www.google.com/foobar*
|
|
|
|
**http://www.google.com/foobar**
|
|
|
|
***http://www.google.com/foobar***
|
|
|
|
~~http://www.google.com/foobar~~
|
|
|
|
_http://www.google.com/foobar_
|
|
|
|
__http://www.google.com/foobar__
|
|
|
|
___http://www.google.com/foobar___ |