markdown-clj
markdown-clj copied to clipboard
support for inline link titles
[Cryogens site](https://github.com/cryogen-project/cryogen "Cryogen Github")`
should produce:
<a href="https://github.com/cryogen-project/cryogen" title="Cryogen Github">Cryogens site</a>
// , If you like, please find this issue here: https://github.com/cryogen-project/cryogen/issues/134 (Posted on the Cryogen Github, since closed)
@v6, is anyone working on this or can I look into it?
// , No one's working on it that I know of. @rjb25 might know.
I think it's up for grabs then :)
I was thinking of making a contribution, I'm a bit of a clojure noob, but I'd like to help if I can.
I'm sorry, but I was looking into it. If I discontinue for some reason, I'll notify you. Trying to understand the code so far.
Ok, it's quite possible you'll come up with a better solutions since I've only just started developing with clojure. I won't be offended if my PR is not utilized.