-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image title text stripped #31
Comments
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. |
👍 Thanks! Based on a quick look it seems blackfriday knows how to parse the title but it doesn't get re-written out. |
👍 |
bwplotka
pushed a commit
to bwplotka/markdownfmt
that referenced
this issue
Jun 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an issue when markdownfmt is used on image links with title text, such as:

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
The text was updated successfully, but these errors were encountered: