add tests for codespans with backticks in them

This commit is contained in:
Federico Soave 2018-01-12 17:28:57 +01:00
parent b2a07608e1
commit 4bc3126099
2 changed files with 16 additions and 0 deletions

View File

@ -1 +1,9 @@
<p><code>hi ther `` ok ```</code></p>
<p><code>`</code></p>
<p><code>There is a literal backtick (`) here.</code></p>
<p>A backtick-delimited string in a code span: <code>`foo`</code></p>
<p>Please don&#39;t use any <code>&lt;blink&gt;</code> tags.</p>

View File

@ -1 +1,9 @@
````` hi ther `` ok ``` `````
`` ` ``
``There is a literal backtick (`) here.``
A backtick-delimited string in a code span: `` `foo` ``
Please don't use any `<blink>` tags.