just-a-blog

A bad blogging software that converts Markdown into PHP for some reason.
Log | Files | Refs | README | LICENSE

inline_link_title.html (419B)


      1 <p><a href="http://example.com" title="Title">single quotes</a></p>
      2 <p><a href="http://example.com" title="Title">double quotes</a></p>
      3 <p><a href="http://example.com" title="">single quotes blank</a></p>
      4 <p><a href="http://example.com" title="">double quotes blank</a></p>
      5 <p><a href="http://example.com" title="2 Words">space</a></p>
      6 <p><a href="http://example.com/url-(parentheses)" title="Title">parentheses</a></p>