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

Merge pull request #72 from cebe/code-edge

some edge case tests for the code tag
This commit is contained in:
Emanuil Rusev 2014-01-29 14:31:39 -08:00
commit 0ce6caf81e
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!`