showdown/test/functional/makehtml/cases/standard/inline-anchors.html
2017-12-23 12:35:31 +00:00

3 lines
162 B
HTML

<p>This is <a href="http://example.com/" title="Title">an example</a> inline link.</p>
<p><a href="http://example.net/">This link</a> has no title attribute.</p>