diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-07 22:35:19 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-07 22:35:19 -0700 |
commit | bc5b7c288d29215c585db254a203889e0dea54e2 (patch) | |
tree | 92949654697de1b42a749e442ab4faae5544c311 /oldtests/Original/Auto_links.html | |
parent | a411013e62cfc1e94fddbd6c217c5e6ad365b34f (diff) |
Removed oldtests.
Diffstat (limited to 'oldtests/Original/Auto_links.html')
-rw-r--r-- | oldtests/Original/Auto_links.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/oldtests/Original/Auto_links.html b/oldtests/Original/Auto_links.html deleted file mode 100644 index f517fe6..0000000 --- a/oldtests/Original/Auto_links.html +++ /dev/null @@ -1,13 +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&bar=2">http://example.com/?foo=1&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><http://example.com/></code></p> -<pre><code>or here: <http://example.com/> -</code></pre> |