summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/original/code_spans.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/test/original/code_spans.html')
-rw-r--r--packages/markdown/marked/test/original/code_spans.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/markdown/marked/test/original/code_spans.html b/packages/markdown/marked/test/original/code_spans.html
new file mode 100644
index 00000000..4b8afbb7
--- /dev/null
+++ b/packages/markdown/marked/test/original/code_spans.html
@@ -0,0 +1,6 @@
+<p><code>&lt;test a="</code> content of attribute <code>"&gt;</code></p>
+
+<p>Fix for backticks within HTML tag: <span attr='`ticks`'>like this</span></p>
+
+<p>Here's how you put <code>`backticks`</code> in a code span.</p>
+