mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #1475] Emit a warning for duplicate link labels that differ #2539
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#2539
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 @fowles on GitHub (Jan 29, 2025).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/1475
I have a setup where I am concatenating several different .md files for reasons. I want to be able to use link labels in each of the sub things and then have the linter warn me if any of the duplicate labels have different URL targets but otherwise accept that duplicates are OK.
https://github.com/DavidAnson/markdownlint/blob/main/doc/md053.md is related but slightly too strict.