We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a0760 commit 4bc3126Copy full SHA for 4bc3126
test/new/nested_code.html
@@ -1 +1,9 @@
1
<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't use any <code><blink></code> tags.</p>
test/new/nested_code.md
````` 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.
0 commit comments