MarkdownParser/test/data/inline_link.html

4 lines
358 B
HTML
Raw Normal View History

2015-01-15 01:24:39 +01:00
<p><a href="http://example.com">link</a> and <a href="/url-with-(parentheses)">another link</a></p>
<p><a href="http://example.com"><code>link</code></a></p>
2014-12-02 21:23:43 +01:00
<p><a href="http://example.com"><img src="http://parsedown.org/md.png" alt="MD Logo" /></a></p>
<p><a href="http://example.com"><img src="http://parsedown.org/md.png" alt="MD Logo" /> and text</a></p>