aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/text_reference.html
blob: 11e4d37ffaffca6919231470ab8912079dd86f4e (plain) (blame)
1
2
3
4
5
6
7
8
<p><a href="http://example.com">reference link</a></p>
<p><a href="http://example.com">one</a> with a semantic name</p>
<p>[one][404] with no definition</p>
<p><a href="http://example.com">multiline
one</a> defined on 2 lines</p>
<p><a href="http://example.com">one</a> with a mixed case label and an upper case definition</p>
<p><a href="http://example.com">one</a> with the a label on the next line</p>
<p><a href="http://example.com"><code>link</code></a></p>