Skip to content

Commit 4bc3126

Browse files
committed
add tests for codespans with backticks in them
1 parent b2a0760 commit 4bc3126

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

test/new/nested_code.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
<p><code>hi ther `` ok ```</code></p>
2+
3+
<p><code>`</code></p>
4+
5+
<p><code>There is a literal backtick (`) here.</code></p>
6+
7+
<p>A backtick-delimited string in a code span: <code>`foo`</code></p>
8+
9+
<p>Please don&#39;t use any <code>&lt;blink&gt;</code> tags.</p>

test/new/nested_code.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
````` hi ther `` ok ``` `````
2+
3+
`` ` ``
4+
5+
``There is a literal backtick (`) here.``
6+
7+
A backtick-delimited string in a code span: `` `foo` ``
8+
9+
Please don't use any `<blink>` tags.

0 commit comments

Comments
 (0)