daux.io/vendor/erusev/parsedown/tests/data/implicit_reference.html

3 lines
259 B
HTML
Raw Normal View History

2014-04-22 22:17:48 +02:00
<p>an <a href="http://example.com">implicit</a> reference link</p>
<p>an <a href="http://example.com">implicit</a> reference link with an empty link definition</p>
<p>an <a href="http://example.com" title="Example">explicit</a> reference link with a title</p>