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

After sending my PR, I reviewed that the failure of the Docker publishing happened on the PRs. It's because the token isn't being shared with the destination repository. I'd advise...

devOps

See https://github.com/tcort/markdown-link-check/blob/master/index.js#L37 Default is 2 but when I tried with a lot more, it makes the link checking very fast for me. Of course it's not suitable for everyone, so...

enhancement
good first issue

Have an option to fail test for links that are not using `https` scheme when the `https` version exists (returns an `alive` code).

enhancement

Knowing what links are not checked and having a ratio of unchecked/total would be nice. Adding a log line when lick checker is in verbose mode requires to make the...

enhancement

I have a use case where I want to check all links in the current directory *except for* a single path that has a lot of static markdown. It would...

enhancement

It would be very helpful if the line number of the file where the link exists was reported. On a 2000 line long file, it could be difficult to find...

enhancement

If a reference-style link's reference doesn't exist (either in `[link][]` form or `[link][reference]` form), the link checker should throw an error. Similarly, it should throw an error if a link...

enhancement

The tool should be able to walk a tree by itself. It could then store the list of all markdown files first and then do the analyzes. While analyzing, it...

enhancement

Currently, the replacement patterns are applied one by one. Sometimes, we may want to stop when one of them is executed.

enhancement

markdown-link-check is a great tool and save me lots of time. Thanks for open source it. I run into an error and following is the error message and Markdown content....

bug