aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/inline_link_title.html
blob: ecdfd03daaec56e1256ac00b4abb0eeb6d5954e9 (plain) (blame)
1
2
3
4
5
6
<p><a href="http://example.com" title="Title">single quotes</a></p>
<p><a href="http://example.com" title="Title">double quotes</a></p>
<p><a href="http://example.com" title="">single quotes blank</a></p>
<p><a href="http://example.com" title="">double quotes blank</a></p>
<p><a href="http://example.com" title="2 Words">space</a></p>
<p><a href="http://example.com/url-(parentheses)" title="Title">parentheses</a></p>