1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Test trimming doesn't occur when asymmetric

This commit is contained in:
Aidan Woods 2019-02-03 01:11:35 +00:00
parent 2efae741bb
commit 0626a83289
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 5 additions and 2 deletions

View File

@ -3,4 +3,5 @@
<p><code>and look at this one!</code></p>
<p>single backtick in a code span: <code>`</code></p>
<p>backtick-delimited string in a code span: <code>`foo`</code></p>
<p><code>sth `` sth</code></p>
<p><code>sth `` sth</code></p>
<p><code>foo </code></p>

View File

@ -8,4 +8,6 @@ single backtick in a code span: `` ` ``
backtick-delimited string in a code span: `` `foo` ``
`sth `` sth`
`sth `` sth`
`foo `