mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
improve parsing of emphasis
**strong** and *em* and **strong** and *em*
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
_underscore_, *asterisk*, _one two_, *three four*, _a_, *b*
|
||||
|
||||
_multiline
|
||||
emphasis_
|
||||
**strong** and *em* and **strong** and *em*
|
||||
|
||||
_ this _ is not an emphasis, neither is _ this_, _this _, or _this*
|
||||
_line
|
||||
line
|
||||
line_
|
||||
|
||||
this_is_not_an_emphasis
|
||||
|
||||
|
Reference in New Issue
Block a user