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
some sites headers cause header overflows: ```shell $ markdown-link-check --version 3.13.7 $ markdown-link-check -v README.md FILE: README.md [✓] https://www.quakeworld.nu/wiki/Thunder → Status: 200 [✖] https://www.printables.com/model/1062690-quake-logo-wall-light → Status: 0 Error: Parse Error:...
It looks `mailto:` link with multiple emails [might not have been handled correctly](https://github.com/materialsproject/pymatgen/actions/runs/12078446868/job/33682870202?pr=4201), The links has the following format (I removed the real email addresses for privacy concerns, but if...
Reading the log from `[email protected]` in https://github.com/check-spelling-sandbox/opentelemetry-collector-contrib/actions/runs/12681692584/job/35345929645 is frustrating. There's no output at the top indicating what to look for for errors and no output at the bottom. Errors _appear_...
Reading the log from `[email protected]` in https://github.com/check-spelling-sandbox/opentelemetry-collector-contrib/actions/runs/12681692584/job/35345929645 was an adventure... I'm not really sure that a link check count per file is particularly helpful, so it's probably worth considering omitting...
As a user implementing the `markdown-link-check` in CI pipelines, it's helpful to have additional reporters like JUnit/XUnit to easily report on. The #364 PR addresses the JUnit reporter as additional...
- closes #395 This doesn't technically remove the line. It just changes the guard from `!quiet` to `verbose`. I'm also willing to remove it entirely, but as there is a...
Hopefully this will start to ensure that new issues arrive in a consistent format that will help ensure we have the required information to triage and investigate them.