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
OS: MacOS 12.4 markdown-link-check: 3.10.0 node: v16.15.1 I'm getting the following error with no indication where the issue is: ``` $ markdown-link-check -v -p ./docs/foo.md FILE: ./docs/foo.md Checking... [====================== ]...
Hello, due to a GitLab limitation (https://gitlab.com/gitlab-org/gitlab/-/issues/17845), we can't add the .md extension to the paths, so it looks like `/path/to/file` rather than `/path/to/file.md`. Is it possible to configure replacementPatterns...
For the line `## 1.1. Haus - Test-Netz` Github creates the href `11-haus---test-netz`, but Gitlab generates `11-haus-test-netz`. We use the gitlab style at our project and these links are reported...
`markdown-link-check` doesn't parse HTML, so it can't find `#tomato` in your test, but it is something I'm planning on adding. _Originally posted by @tcort in https://github.com/tcort/markdown-link-check/issues/193#issuecomment-1076250098_
I think it would be nice to support YAML config instead of JSON config
With the recently introduced anchor link check (which is great btw!) I encounter frequent errors when using explicit HTML-like anchors. e.g. ``` ... Take me to [pookie](#pookie) ... ... ```
Hi, I'd like to use this tool behind a corporate proxy, and I don't get how to configure the proxy, if possible. I checked internal through `link-check` and `needle`. I...
Hi! Our community has been using the markdown-link-checker for a while for many repos, the check for Twitter link suddenly fails for 404 a week or two ago and has...
With `3.10.0` `markdown-link-check` scans all anchor links by default. Can we add an option to disable anchor link checking?
It appears as though `markdown-link-check` fails to resolve https://en.wikipedia.org/wiki/TLA%2B - it continually gets a 400 response. An example in CI: https://github.com/tendermint/tendermint/runs/5456708726?check_suite_focus=true This GitHub Action currently uses [`markdown-link-check` v3.8.7](https://github.com/gaurav-nelson/github-action-markdown-link-check/blob/master/entrypoint.sh#L11). Not sure...