1
0
mirror of https://github.com/showdownjs/showdown.git synced 2024-03-22 13:30:55 +08:00
showdown/test/cases/inline-anchors.html

4 lines
163 B
HTML
Raw Normal View History

2012-06-14 13:05:31 +08:00
<p>This is <a href="http://example.com/" title="Title">an example</a> inline link.</p>
2015-01-16 05:21:33 +08:00
<p><a href="http://example.net/">This link</a> has no title attribute.</p>