MarkdownParser/tests/data/inline_link.html

4 lines
268 B
HTML
Raw Normal View History

2013-11-16 00:55:09 +01:00
<p><a href="http://example.com">link</a></p>
<p><a href="http://example.com"><code>link</code></a></p>
<p><a href="http://example.com" title="Example">link with title</a></p>
2013-11-16 00:55:09 +01:00
<p><a href="http://example.com"><img alt="MD Logo" src="http://parsedown.org/md.png"></a></p>