textlint-rule-no-dead-relative-link
Textlint rule to validate relative links(including anchor links) in markdown documents
Textlint rule to validate relative links(including anchor links) in markdown documents
This is a textlint rule that validate relative links in markdown documents. First it checks that relative links belong to a file, then verifies the anchor in the link exists with a header id or by using the github-slugger.
Textlint rule to validate relative links(including anchor links) in markdown documents
This is a textlint rule that validates relative links in markdown documents. First it verifies that relative links belong to a file, then it verifies the anchor in the link exists in a header id or by using the github-slugger.