aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Link & Image Attributes.xhtml
blob: a59c0a4d8aa0dfc20f70291444aeca311bfff888 (plain) (blame)
1
2
3
4
5
6
7
8
<p>This is an <a href="/url" title="title" class="class" id="inline-link">inline link</a>.</p>

<p>This is a <a href="/path/to/something" title="Title" class="class" id="ref" data-key="val">reference link</a>.</p>

<p>This is an <img alt="inline image" src="/img" title="title" class="class" id="inline-img" />.</p>

<p>This is a <img alt="reference image" src="/path/to/something" title="Title" class="class" id="ref" data-key="val" />.</p>