diff --git a/test/cases/emphasis.html b/test/cases/emphasis.html index d2a523f..5e30c10 100644 --- a/test/cases/emphasis.html +++ b/test/cases/emphasis.html @@ -12,3 +12,55 @@

text with bold text that spans across multiple lines

+ +

underscored_word

+ +

doubleunderscore__word

+ +

asterix*word

+ +

doubleasterix**word

+ +

line with_underscored word

+ +

line with__doubleunderscored word

+ +

line with*asterixed word

+ +

line with**doubleasterixed word

+ +

some linewithinner underscores

+ +

some linewithinner double underscores

+ +

some linewithinner asterixs

+ +

some linewithinner double asterixs

+ +

another line with just _one underscore

+ +

another line with just __one double underscore

+ +

another line with just *one asterix

+ +

another line with just **one double asterix

+ +

a sentence withunderscore and anotherunderscore

+ +

a sentence withdoubleunderscore and anotherdoubleunderscore

+ +

a sentence withasterix and anotherasterix

+ +

a sentence withdoubleasterix and anotherdoubleasterix

+ +

escaped word_with_underscores

+ +

escaped word__with__double underscores

+ +

escaped word_with_single italic underscore

+ +

escaped word*with*asterixs

+ +

escaped word**with**asterixs

+ +

escaped word*with*bold asterixs

diff --git a/test/cases/emphasis.md b/test/cases/emphasis.md index 5257a25..dc7901f 100644 --- a/test/cases/emphasis.md +++ b/test/cases/emphasis.md @@ -12,3 +12,55 @@ text __with bold sentence__ in middle text with __bold text that spans across multiple__ lines + +underscored_word + +doubleunderscore__word + +asterix*word + +doubleasterix**word + +line with_underscored word + +line with__doubleunderscored word + +line with*asterixed word + +line with**doubleasterixed word + +some line_with_inner underscores + +some line__with__inner double underscores + +some line*with*inner asterixs + +some line**with**inner double asterixs + +another line with just _one underscore + +another line with just __one double underscore + +another line with just *one asterix + +another line with just **one double asterix + +a sentence with_underscore and another_underscore + +a sentence with__doubleunderscore and another__doubleunderscore + +a sentence with*asterix and another*asterix + +a sentence with**doubleasterix and another**doubleasterix + +escaped word\_with\_underscores + +escaped word\_\_with\_\_double underscores + +escaped word_\_with\__single italic underscore + +escaped word\*with*asterixs + +escaped word\*\*with\*\*asterixs + +escaped word**\*with\***bold asterixs