diff --git a/tests/data/code_span.html b/tests/data/code_span.html index 40674be..67b28b1 100644 --- a/tests/data/code_span.html +++ b/tests/data/code_span.html @@ -1 +1,3 @@ -

a code span

\ No newline at end of file +

a code span

+

this is also a codespan trailing text

+

and look at this one!

\ No newline at end of file diff --git a/tests/data/code_span.md b/tests/data/code_span.md index dfd136b..3b850fd 100644 --- a/tests/data/code_span.md +++ b/tests/data/code_span.md @@ -1 +1,5 @@ -a `code span` \ No newline at end of file +a `code span` + +`this is also a codespan` trailing text + +`and look at this one!` \ No newline at end of file