Nico MASSART

Results 37 issues of 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...

bug

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...

enhancement
help needed

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...

bug

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

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...

feature
someday-maybe
extension

## 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....

Design
Bug
Accepted