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
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...
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...
Have an option to fail test for links that are not using `https` scheme when the `https` version exists (returns an `alive` code).
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...
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...
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...
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...
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...
Currently, the replacement patterns are applied one by one. Sometimes, we may want to stop when one of them is executed.
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....