MarkdownParser/tests/data/inline_link.html

2 lines
199 B
HTML
Raw Normal View History

2013-07-25 00:33:40 +02:00
<p>Here's a <a href="http://parsedown.org">link</a>.</p>
<p>Here's an image link: <a href="http://daringfireball.net/projects/markdown/"><img alt="MD Logo" src="http://parsedown.org/md.png"></a>.</p>