aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/implicit_reference.html
blob: 24b51c1b007d8297e18991771b651708652e4a78 (plain) (blame)
1
2
3
4
<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">implicit</a> reference link followed by <a href="http://cnn.com">another</a></p>
<p>an <a href="http://example.com" title="Example">explicit</a> reference link with a title</p>