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
I am running markdown-link-check via https://github.com/gaurav-nelson/github-action-markdown-link-check. I believe I am using v3.11.1. The following anchor link is failing -> [✖] l-is-the-package-in-the-linux-distro-base-image → Status: 400 ``` * `Yes`: go to "[L....
Passes in 3.11.2 and fails in 3.12.2: 1. Whitespaces separated by special characters (no workaround) ``` [migrating from
Bumps [eslint](https://github.com/eslint/eslint) from 9.3.0 to 9.9.0. Release notes Sourced from eslint's releases. v9.9.0 Features 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) 3a4eaf9 feat: add suggestion to...
Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.7.3. Release notes Sourced from mocha's releases. v10.7.3 10.7.3 (2024-08-09) 🩹 Fixes make release-please build work (#5194) (afd66ef) v10.7.2 10.7.2 (2024-08-06) 📚 Documentation improve filtering...
Bumps [globals](https://github.com/sindresorhus/globals) from 15.3.0 to 15.9.0. Release notes Sourced from globals's releases. v15.9.0 Update globals (#258) f72b047 https://github.com/sindresorhus/globals/compare/v15.8.0...v15.9.0 v15.8.0 Add es2025 globals (Same as es2021) (#256) 2ef342a https://github.com/sindresorhus/globals/compare/v15.7.0...v15.8.0 v15.7.0 Update...
Hi @tcort, I've running the markdown-link-checker as container image in my CI. The README.md contains some links to a private GitHub repository and throws an 404 status code, because the...
This is the error I get: ``` [✖] https://opendata.ugr.es/dataset/ → Status: 0 Error: unable to verify the first certificate at TLSSocket.onConnectSecure (node:_tls_wrap:1676:34) at TLSSocket.emit (node:events:520:28) at TLSSocket._finishInit (node:_tls_wrap:1087:8) at ssl.onhandshakedone...
Test case ```md This is a [link to a linked header](#this-header-is-linked) # This header is [linked](#somewhere) ## Somewhere ``` This reports a deadlink for `#this-header-is-linked` for 3.12.x but a live...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
the same `.md` file, we use old v3.11.2 can pass. as we encounter #336 issue, so just upgrade to current latest version v3.12.2, it can't works for unicode chinese header...