diff options
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/inline_link.html')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/inline_link.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/inline_link.html b/vendor/parsedown-0.9.0/tests/data/inline_link.html deleted file mode 100644 index 2b9e649d..00000000 --- a/vendor/parsedown-0.9.0/tests/data/inline_link.html +++ /dev/null @@ -1,4 +0,0 @@ -<p><a href="http://example.com">link</a> and <a href="/tests/">another link</a></p> -<p><a href="http://example.com"><code>link</code></a></p> -<p><a href="http://example.com"><img alt="MD Logo" src="http://parsedown.org/md.png" /></a></p> -<p><a href="http://example.com"><img alt="MD Logo" src="http://parsedown.org/md.png" /> and text</a></p>
\ No newline at end of file |