title attribute for links

Issue #10 resolved
Dominic Kexel repo owner created an issue

Allow title attributes for links

[stuff](http://example.com "Stuff")

=>

<a href="http://example.com" title="Issue Tracker">stuff</a>

Comments (2)

  1. Log in to comment