markdown-link-check
markdown-link-check copied to clipboard
checks all of the hyperlinks in a markdown text to determine if they are alive or dead
It would be useful to have another config option, `failPatterns` to mark any matching links as a failure (without checking the status) to reject any unwanted or malicious websites. For...
# What happened? Footnotes are inspected by markdown-link-check and fail. ## sample - Sample.md ``` # sample This is sample footnote[^1]. [^1]: foot ``` ## Result ``` $ markdown-link-check Sample.md...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...
Extract markdown heading lines and convert to section link names, check all section links against this list and return a 404 for any that do not have a heading. Filter...
The issue was closed so this note is not needed anymore.
Hello, By using Docker from macOS Sonoma, I obtain the following message : ``` % docker run --rm --name markdown-link-check --platform linux/amd64 -v ${PWD}:/Projets/markdownlint/:ro -i ghcr.io/tcort/markdown-link-check:3.12.1 CONTRIBUTING.md README.md (node:1) [DEP0040]...
`markdown-link-check` reports a 404 error when checking a correctly formatted link such as ```markdown [Good regular link](#link1) # link1 ``` This is a regression from `[email protected]`. ## markdown-link-check version `3.12.1`...
Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0. Release notes Sourced from mocha's releases. v10.4.0 10.4.0 / 2024-03-26 :tada: Enhancements #4829 feat: include .cause stacks in the error stack traces (@voxpelli) #4985...
Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
fixes: - #231