parsedown/tests/data/emphasis.md

19 lines
359 B
Markdown
Raw Normal View History

2013-09-02 23:15:25 +02:00
Here's *an emphasis*.
2013-11-10 09:44:52 +01:00
A short one _a_ *b* .
2013-09-02 23:15:25 +02:00
Here's **a strong one**.
2013-11-10 09:44:52 +01:00
Here's _one that uses underscores_.
2013-09-02 23:15:25 +02:00
2013-11-10 09:44:52 +01:00
Here's __a strong one that uses underscores__.
2013-09-02 23:15:25 +02:00
2013-11-10 09:44:52 +01:00
This is not _ one _ neither is * this * neither is _ this_ neither is _this _.
2013-09-02 23:15:25 +02:00
2013-11-12 18:22:17 +01:00
An empty emphasis ** is not __ an emphasis.
A *multi-line
emphasis*
A **multi-line
strong emphasis**