MarkdownParser/tests/data/emphasis.md

10 lines
228 B
Markdown
Raw Normal View History

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