parsedown/tests/data/reference_link.html

7 lines
449 B
HTML
Raw Normal View History

2013-11-10 09:44:52 +01:00
<p>Here's a <a href="http://example.com">reference link</a>.</p>
<p>Here's <a href="http://example.com">one</a> with a semantic name.</p>
<p>Here's <a href="http://example.com">one</a> with an upper case label definition.</p>
<p>Here's <a href="http://example.com">one</a> with definition name on the next line.</p>
2013-08-31 18:55:07 +02:00
<p>Here's [one][404] with no definition.</p>
2013-11-10 09:44:52 +01:00
<p>Here's a <a href="http://example.com">multiline
2013-08-31 18:55:07 +02:00
one</a> defined on 2 lines.</p>