yogthos / markdown-clj

Markdown parser in Clojure
Eclipse Public License 1.0
544 stars 121 forks source link

Add support for the link `title` attribute #115

Closed lacarmen closed 7 years ago

lacarmen commented 7 years ago

Currently this syntax

[Cryogens site](https://github.com/cryogen-project/cryogen)

is supported but

[Cryogens site](https://github.com/cryogen-project/cryogen "Cryogen Github")

this is not.

lacarmen commented 7 years ago

Closing in favour of #116