mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #1040] False positive with link-image-style rule (MD054) and { url_inline: false } #2447
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#2447
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 @regseb on GitHub (Nov 14, 2023).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/1040
The link-image-style rule (MD054), with
{ url_inline: false }config, reports a false-positive issue to this link:@DavidAnson commented on GitHub (Nov 14, 2023):
Darn, sorry about that! I'm not sure how that didn't get flagged by the various test scenarios I have. I will take a look tonight.
@DavidAnson commented on GitHub (Nov 14, 2023):
OK, it looks like the tests for this scenario are very focused on what conditions should fire the warning and not at all focused on ensuring the text matches the link. My bad.