markdown-link-check
markdown-link-check copied to clipboard
checks for anchor links ending with `?` fail
I am running markdown-link-check via https://github.com/gaurav-nelson/github-action-markdown-link-check. I believe I am using v3.11.1.
The following anchor link is failing -> [✖] l-is-the-package-in-the-linux-distro-base-image → Status: 400
* `Yes`: go to "[L. Is the package in the Linux distro base image?](#l-is-the-package-in-the-linux-distro-base-image)"
### L. Is the package in the Linux distro base image?
It's important to determine whether the Linux package in question is installed by the layers of the Linux distro base image rather than the layers of the .NET image.
You'll first need to [determine the image tag of the Linux distro base image](#how-can-i-determine-the-tag-of-the-linux-distro-image-that-my-image-is-based-upon).
Then you can execute the script below to determine whether the package is installed by the Linux distro base image.
I realize headings generally should not end in punctuations but for FAQs '?' are common and allowed by popular linters such as https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md026.md