MarkdownParser/tests/data/inline_link.html

2 lines
213 B
HTML
Raw Normal View History

2013-11-10 09:44:52 +01:00
<p>Here's a <a href="http://example.com">link</a>.</p>
<p>Here's one that is based on an image: <a href="http://daringfireball.net/projects/markdown/"><img alt="MD Logo" src="http://parsedown.org/md.png"></a>.</p>