summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/original/auto_links.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/test/original/auto_links.html')
-rw-r--r--packages/markdown/marked/test/original/auto_links.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/markdown/marked/test/original/auto_links.html b/packages/markdown/marked/test/original/auto_links.html
deleted file mode 100644
index f8df9852..00000000
--- a/packages/markdown/marked/test/original/auto_links.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<p>Link: <a href="http://example.com/">http://example.com/</a>.</p>
-
-<p>With an ampersand: <a href="http://example.com/?foo=1&amp;bar=2">http://example.com/?foo=1&amp;bar=2</a></p>
-
-<ul>
-<li>In a list?</li>
-<li><a href="http://example.com/">http://example.com/</a></li>
-<li>It should.</li>
-</ul>
-
-<blockquote>
- <p>Blockquoted: <a href="http://example.com/">http://example.com/</a></p>
-</blockquote>
-
-<p>Auto-links should not occur here: <code>&lt;http://example.com/&gt;</code></p>
-
-<pre><code>or here: &lt;http://example.com/&gt;
-</code></pre>