summaryrefslogtreecommitdiff
path: root/vendor/parsedown-0.9.0/tests/data/inline_link.html
blob: 2b9e649d62ca39676196a79161c1892771b5d541 (plain)
1
2
3
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>