diff --git a/tests/data/emphasis.html b/tests/data/emphasis.html index bcb613b..ab7d4d3 100644 --- a/tests/data/emphasis.html +++ b/tests/data/emphasis.html @@ -1,8 +1,7 @@ -

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 * that * .

-

Empty emphasis ** is not __ an emphasis.

-

Three asterisks are an emphasized asterisk * .

\ No newline at end of file +

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.

\ No newline at end of file diff --git a/tests/data/emphasis.md b/tests/data/emphasis.md index 1adc218..d4b357a 100644 --- a/tests/data/emphasis.md +++ b/tests/data/emphasis.md @@ -1,15 +1,13 @@ -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 * that * . - -Empty emphasis ** is not __ an emphasis. - -Three asterisks are an emphasized asterisk *** . \ No newline at end of file +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. \ No newline at end of file