False positive MD053 for image inside link
See original GitHub issueI’m seeing a false-positive when wrapping referenced image inside a link:
[![Binder]](test)
[Binder]: https://mybinder.org/badge_logo.svg
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
False positive – Alt tag included in link - WordPress.org
The plugin reports internal links (to the same page) as broken, and it's seeing an empty alt attribute as part of the link....
Read more >Can I nest an image inside a link and vice versa? - Codecademy
We can nest an image inside a link, yes. The reverse is not possible since images are void tags with no content. They...
Read more >Markdownlint - Visual Studio Marketplace
Extension for Visual Studio Code - Markdown linting and style checking for Visual Studio Code.
Read more >How can I fix a false positive in the Broken Links report?
I should note, that even using the "Insert Media Item" button, it shows up as a broken link. :( In general, I'd much...
Read more >False positive in Multi class Image classification
Seems like the network is overfit, if new/unknown data gives similar results. Implementing dropout in the layers should help with that.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Right, it’s fixed for the next release of the library which will be part of the next release of the extension. But neither exists yet.
FYI, the equivalent syntax
[![Binder][]](test)
should not trigger a violation in the current version.