mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #571] False positive MD053 for image inside link #2304
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#2304
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @janosh on GitHub (Sep 1, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/571
I'm seeing a false-positive when wrapping referenced image inside a link:
@DavidAnson commented on GitHub (Sep 1, 2022):
FYI, the equivalent syntax
[![Binder][]](test)should not trigger a violation in the current version.@janosh commented on GitHub (Sep 3, 2022):
This is not in fixed in https://github.com/DavidAnson/vscode-markdownlint/tree/next yet, correct?
@DavidAnson commented on GitHub (Sep 3, 2022):
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.
@janosh commented on GitHub (Nov 17, 2022):
Is anything blocking a new release? Still encountering this issue on a regular basis.
@DavidAnson commented on GitHub (Nov 17, 2022):
Nothing blocking, though I am still working through some other issues that have been reported.