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

The example in the repo works on systems that have find, but not so much in a Windows world https://github.com/tcort/markdown-link-check#check-links-from-a-local-markdown-folder-recursive Maybe use https://www.npmjs.com/package/glob to try and parse the file parameter...

enhancement
help needed

The URLs provided are: ``` ..\..\build\import\Versions.props ..\..\version.json ``` The link checker shows these as an error: ``` FILE: ./.github/ISSUE_TEMPLATE/branch-checklist.md [✖] ....\build\import\Versions.props [✖] ....\version.json ERROR: 2 dead links found! [✖] ....\build\import\Versions.props...

Hello FYI: I have this errors log many times ``` events.js:174 throw er; // Unhandled 'error' event ^ TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be one of type string or...

Section headers that follow an unordered list containing a fenced code block containing a comment are not detected as valid anchor link targets.

markdown-link-check version: 3.10.1 and 3.10.2 ## Problem description Links to markdown document headings which contain German characters Umlaut and Eszett (äÄöÖüÜß) fail in the current `markdown-link-check` version 3.10.2 with a...

I tried to check an online markdown file with lots of link (it's an awesome list): `markdown-link-check -p -v https://github.com/awesome-selfhosted/awesome-selfhosted/blob/master/README.md` and it gave an error relative to invalid argument type:...

Hello, Here is the full reproducible example: `doc1.md`: ``` ## What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been...

``` λ docker run --rm -v :/directory -w /directory ghcr.io/tcort/markdown-link-check:latest doc/TODO.md FILE: doc/TODO.md [✖] https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners 1 links checked. ERROR: 1 dead links found! [✖] https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners → Status: 403 ``` Local...