Nico MASSART
Nico MASSART
As a enhancement, it would be nice to be able to select custom sizes and colors or even having a list of `@dimens` and `@colors` used in the project. Please...
See for instance tcort/markdown-link-check#155 User is looking to check `https://en.wikipedia.org/wiki/%3F:` But the `?` sign is then decoded by link-check and not reencoded as it's a legit char for a url...
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...
When running `./markdown-link-check -v` the following error is raised due to the command not having a file path parameter: ``` internal/fs/utils.js:453 throw err; ^ TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must...
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...
Hi, I'm having an issue with my includes because included files contains links. For instance I have the following structure and parameter `base_path: docs`: ``` . ├── docs │ ├──...
To prevent having too long lines, which is checked by markdown linters, that would be nice to be able to write abbreviations on multiple lines. Today it only work on...
## Details * Read the Docs project URL: https://readthedocs.org/projects/hyperledger-besu/ Hi, was trying to figure out how to make a version inactive and have it redirect to the default (latest) version....