1.1.0 • Published 2 years ago

@package-tucker/textlint-markdown-linkcheck v1.1.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

Markdown Link Checker

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.

Usage

First Install Textlint, then install the package using

Enter the command textlint --rulesdir <path_to_node_modules>/@package-tucker/markdown-link-checker/lib/ <path_to_md_files> -f pretty-error