mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #144] New rule suggestion: detect link that point to nothing #121
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#121
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 @TravisEz13 on GitHub (Sep 14, 2018).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/144
Example:
Currently this does not produce an error.
@stuartpb commented on GitHub (May 21, 2019):
This should be broken into a couple of separate rules:
[bad-link]), which is unambiguously bad[good-link]), which can be harmless@TravisEz13 commented on GitHub (May 21, 2019):
@stuartpb yes, by intent was not to suggest the second rule, but I would love if it did.
@mpalumbo7 commented on GitHub (Jul 2, 2019):
I would like to see this rule added, too!
@lorenzleutgeb commented on GitHub (Aug 10, 2020):
@DavidAnson I am thinking of implementing this (as two rules, like @stuartpb suggested). Could you please give indicate whether you would be willing to merge such rules (given that the implementation is solid and matches the requirements laid out in
CONTRIBUTING.md)? I am asking in order to avoid useless work.@DavidAnson commented on GitHub (Aug 10, 2020):
@lorenzleutgeb This seems reasonable to do as two different rules. You might also see if this behavior makes sense to fold into one of them: https://github.com/DavidAnson/markdownlint/issues/213. (I checked the other link-related issues and they do not seem relevant.) If you'd like early and regular feedback, I'm happy to look over draft PR's as you make progress. Thanks!