diff --git a/tests/data/em_strong.html b/tests/data/em_strong.html index 6d8da9c..5760332 100644 --- a/tests/data/em_strong.html +++ b/tests/data/em_strong.html @@ -1,5 +1,4 @@ -

em strong

-

one at the start

-

one at the end

-

one in the middle

-

one with asterisks

\ No newline at end of file +

em strong strong

+

strong em strong

+

strong em strong strong

+

strong em strong

\ No newline at end of file diff --git a/tests/data/em_strong.md b/tests/data/em_strong.md index 32effdc..837e1e6 100644 --- a/tests/data/em_strong.md +++ b/tests/data/em_strong.md @@ -1,9 +1,7 @@ -___em strong___ +___em strong_ strong__ -___one_ at the start__ +__strong _em strong___ -__one at the _end___ +__strong _em strong_ strong__ -__one _in the_ middle__ - -**one with *asterisks*** \ No newline at end of file +**strong *em strong*** \ No newline at end of file