remark-lint-are-links-valid-alive
Make your links to follow to your rules!
Installation
npm install remark-lint-are-links-valid-alive # or yarn
Usage
Add remark-lint-are-links-valid-alive
to remark
's configuration:
{
"plugins": [
...
"remark-lint-are-links-valid-alive"
]
}
Options
remark-lint-are-links-valid-alive
uses broken-link-checker
internally. So you can pass any its options to remark-lint-are-links-valid-alive
.
Note, that this plugin will skip unsupported URL schemes.
Changelog
Follows semver
and conventional-commits
. See CHANGELOG.md.
License
MIT, see LICENSE.md for details.
Part of a bigger family
This project is a part of remark-lint-are-links-valid