Package Exports
- remark-lint-are-links-valid-alive
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (remark-lint-are-links-valid-alive) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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