engelsystem/vendor/parsedown-0.9.0/tests/data/implicit_reference.html

3 lines
259 B
HTML
Raw Normal View History

2014-03-09 13:12:39 +01: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>