1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/tests/data/emphasis.md

8 lines
201 B
Markdown
Raw Normal View History

2013-11-16 03:55:09 +04:00
_underscore_, *asterisk*, _one two_, *three four*, _a_, *b*
2013-09-03 01:15:25 +04:00
2013-11-16 03:55:09 +04:00
_multiline
emphasis_
2013-09-03 01:15:25 +04:00
2013-11-16 03:55:09 +04:00
_ this _ is not an emphasis, neither is _ this_, _this _, or _this*
2013-09-03 01:15:25 +04:00
2013-11-16 03:55:09 +04:00
an empty emphasis __ ** is not an emphasis