markdown-link-check icon indicating copy to clipboard operation
markdown-link-check copied to clipboard

checks all of the hyperlinks in a markdown text to determine if they are alive or dead

Results 137 markdown-link-check issues
Sort by recently updated
recently updated
newest added

Should this not also copy from the config file: ``` opts.projectBaseUrl = config.projectBaseUrl; ``` See https://github.com/tcort/markdown-link-check/blob/96dcdf3b1aa465b550d137c8ffa957b37e71e80c/markdown-link-check#L164

Several features and improvements are introduced in this PR: - processing folders as inputs (folder is processed recursively) - support for alias replacement in the URL (used for checking aliased...

I've recently started getting a `result.statusCode: 0` returned when checking my markdown files. ```js 'use strict'; /** * @fileoverview This is a stub test to use the `markdown-link-check` library directly,...

Uses [proxy-agent](https://www.npmjs.com/package/proxy-agent) to support load md files via proxies via env vars. Needle has no good proxy implementation. (https://github.com/tomas/needle/issues/406) Related to: - https://github.com/tcort/link-check/pull/70 Part of: - https://github.com/tcort/markdown-link-check/issues/166

`markdown-link-check` gives false positive for SPIE articles on https://www.spiedigitallibrary.org since December 21th 2023. To reproduce, 3 times the same article, chosen for its shot title: ```bash echo "https://dx.doi.org/10.1117/12.2565546" >> README.md...

I run `markdown-link-check` in CI, and for several weeks, I've been seeing output like this: ``` 137 links checked. [✖] https://github.com/trailofbits/dylint/commit/28f3691221bc22047b9bc6d7fcefa72b038adc10 → Status: 500 ERROR: 1 dead links found! ```...

When I used `markdown-link-check` for Intel websites, it returns a 403: ``` ❯ docker run -v ${PWD}:/tmp:ro --rm -i ghcr.io/tcort/markdown-link-check:stable /tmp/README.md FILE: /tmp/README.md ERROR: 3 dead links found! [✖] https://ark.intel.com/content/www/us/en/ark/products/132228/intel-core-i712700h-processor-24m-cache-up-to-4-70-ghz.html...

Closes #276 by adding a new option (`"global": true`) to avoid possible breaking changes.

Links to other documents in the source using absolute format `/foo/bar.md` show as error 400