diff --git a/test/cases/emphasis.html b/test/cases/emphasis.html index 36c1135..d2a523f 100644 --- a/test/cases/emphasis.html +++ b/test/cases/emphasis.html @@ -1,7 +1,14 @@ -

important

+

single asterisks

-

important

+

single underscores

-

this midimportantsentence

+

double asterisks

-

*not important*

+

double underscores

+ +

text with italic sentence in middle

+ +

text with bold sentence in middle

+ +

text with bold text that +spans across multiple lines

diff --git a/test/cases/emphasis.md b/test/cases/emphasis.md index 0e70802..5257a25 100644 --- a/test/cases/emphasis.md +++ b/test/cases/emphasis.md @@ -1,8 +1,14 @@ +*single asterisks* -*important* +_single underscores_ -_important_ +**double asterisks** -this mid*important*sentence +__double underscores__ -\*not important\* \ No newline at end of file +text *with italic sentence* in middle + +text __with bold sentence__ in middle + +text with __bold text that +spans across multiple__ lines