gruntwork-io / pre-commit

A collection of pre-commit hooks used by Gruntwork tools
https://gruntwork.io/
Apache License 2.0
494 stars 157 forks source link

Markdown link check #19

Closed yorinasub17 closed 4 years ago

yorinasub17 commented 4 years ago

This is a pre-commit hook that can be used to check links on markdown docs, using the npm package markdown-link-check.

yorinasub17 commented 4 years ago

There is (https://github.com/gaurav-nelson/asciidoc-link-check), but it looks to have less users and is missing a few features that the md version has. I was planning on contributing a few more features before that one is ready.

Going to merge and release this one for now!