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, 0 insertions, 11 deletions
diff --git a/packages/markdown/marked/test/new/smartypants_code.html b/packages/markdown/marked/test/new/smartypants_code.html
deleted file mode 100644
index 3ceb5094..00000000
--- a/packages/markdown/marked/test/new/smartypants_code.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<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>