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, 4 insertions, 0 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 new file mode 100644 index 00000000..2b9e649d --- /dev/null +++ b/vendor/parsedown-0.9.0/tests/data/inline_link.html @@ -0,0 +1,4 @@ +<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 |