markdown-link-check
                                
                                 markdown-link-check copied to clipboard
                                
                                    markdown-link-check copied to clipboard
                            
                            
                            
                        checks all of the hyperlinks in a markdown text to determine if they are alive or dead
More and more sites have DDoS or anti spam protections like Cloudflare DDoS Attack Protection or Godaddy that makes link checker fail on these links (server returns 502 code for...
I updated from 3.8.7 to 3.8.10, and now I get an error when my markdown contains: `` The script works as follows: ```javascript const results = await checkMarkdownLinks(content, { baseUrl:...
That would be great to have OASIS SARIF output format (common analyzers format) for integrations with other tools It would help me for MegaLinter, but it would also allow to...
A reference link within a markdown table is not detected, whereas it is detected outside of markdown tables. Example: ``` | The link reference below is not detected| | ---------------------------------------...
Following up from a [comment](https://github.com/tcort/markdown-link-check/issues/78#issuecomment-698994066) If the same URL appears twice in a file, you can cache the results of the first check and not check it again. Ideally if...
Say ```json "ignoreReserved": true ``` ? A very complete list is at https://en.m.wikipedia.org/wiki/Reserved_IP_addresses : ## IPv4 ```txt Address block Address range Number of addresses Scope Description 0.0.0.0/8 0.0.0.0–0.255.255.255 16777216 Software...
Firstly, thanks for building such a great tool. I'm seeing some inconsistent and incorrect results in the report when I try this out. Let me mention a few examples here....
I get an error for PNG links even though they exist and get inserted in the rendered markdown without a problem. [✖] Thanks for your great work!
In our case some internal sites disallow outdated versions of browsers due to security. The affected sites returned 403 in these cases. I was able to monkey patch that in...