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:
parent
2efae741bb
commit
0626a83289
@ -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>
|
@ -8,4 +8,6 @@ single backtick in a code span: `` ` ``
|
||||
|
||||
backtick-delimited string in a code span: `` `foo` ``
|
||||
|
||||
`sth `` sth`
|
||||
`sth `` sth`
|
||||
|
||||
`foo `
|
Loading…
Reference in New Issue
Block a user