mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
7 lines
449 B
HTML
7 lines
449 B
HTML
<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>
|
|
<p>Here's [one][404] with no definition.</p>
|
|
<p>Here's a <a href="http://example.com">multiline
|
|
one</a> defined on 2 lines.</p> |