remark-validate-links
remark-validate-links copied to clipboard
plugin to check that Markdown links and images reference existing files and headings
### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...
### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...
Like we can do for linting warnings/errors, can we ignore the warnings for a specific file?
Hi @wooorm ! 👋 ### Subject of the feature What do you think about supporting root-relative links such as in the example below? ```md [abc](/docs/non-existent/) [abc](/docs/exists/#non-existent2) ``` I suppose this...
### Initial checklist - [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) - [X] I...