summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/smartypants_code.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/test/new/smartypants_code.html')
-rw-r--r--packages/markdown/marked/test/new/smartypants_code.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/markdown/marked/test/new/smartypants_code.html b/packages/markdown/marked/test/new/smartypants_code.html
new file mode 100644
index 00000000..3ceb5094
--- /dev/null
+++ b/packages/markdown/marked/test/new/smartypants_code.html
@@ -0,0 +1,11 @@
+<pre>&amp;</pre>
+<p><code>--foo</code>
+<kbd>---foo</kbd></p>
+<script>--foo</script>
+
+<p>Ensure that text such as custom tags that happen to
+begin with the same letters as the above tags don’t
+match and thus benefit from Smartypants-ing.</p>
+
+<p><script-custom>–foo</script-custom>
+<code>--foo</code> &lt;codebar –foo codebar&gt;</p>