MarkdownParser/tests/data/emphasis.md

13 lines
317 B
Markdown
Raw Normal View History

2013-09-02 23:15:25 +02:00
Here's *an emphasis*.
A short emphasis _a_ *b* .
Here's **a strong one**.
Here's _an emphasis that uses underscores_.
Here's __a strong emphasis that uses underscores__.
This is not _ an emphasis _ neither is * this * neither is _ this_ neither is _this _.
Empty emphasis ** is not __ an emphasis.