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

some edge case tests for the code tag

This commit is contained in:
Carsten Brandt 2014-01-29 15:36:41 +01:00
parent 215ff63594
commit d3c975d4d8
2 changed files with 8 additions and 2 deletions

View File

@ -1 +1,3 @@
<p>a <code>code span</code></p>
<p>a <code>code span</code></p>
<p><code>this is also a codespan</code> trailing text</p>
<p><code>and look at this one!</code></p>

View File

@ -1 +1,5 @@
a `code span`
a `code span`
`this is also a codespan` trailing text
`and look at this one!`