parsedown/tests/data/emphasis.md

10 lines
228 B
Markdown
Raw Normal View History

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