shurcooL/markdownfmt

Image title text stripped

jlevy opened this issue · 3 comments

jlevy commented

There is an issue when markdownfmt is used on image links with title text, such as:
alt text

The title text (tool tip) following the URL is stripped away. Obviously, this is unfortunate as it is a destructive change on the source doc.

https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#images

Thanks for reporting this, it sounds like a legitimate issue.

I'll only be able to look at this in a few days, after dotGo.

jlevy commented

👍 Thanks! Based on a quick look it seems blackfriday knows how to parse the title but it doesn't get re-written out.

jlevy commented

👍