unified

Project: wemake-services/remark-lint-are-links-valid

Package: remark-lint-are-links-valid-alive@0.3.0

  1. Dependents: 0
  2. Checks if links are still alive
  1. remark 214
  2. markdown 154
  3. remark-lint 11
  4. links 5
  5. validation 3

remark-lint-are-links-valid-alive

Build Status Coverage Status Commitizen friendly

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