-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal header link verification does not work #65
Labels
duplicate
This issue was already asked, please comment on the original one
Comments
eysi09
added a commit
to garden-io/garden
that referenced
this issue
Oct 4, 2019
markdown-check-link doesn't check internal header links. This is a known issue (tcort/markdown-link-check#65). We therefore add a new tool to check for internal links and limit markdown-check-link to external links. The new tool is from the remark family of markdown tools and expects anchor links to not include any special characters so we also had to make appropriate changes to the docs generator functions. Finally, this commit fixes broken links discovered because of these fixes.
eysi09
added a commit
to garden-io/garden
that referenced
this issue
Oct 7, 2019
markdown-check-link doesn't check internal header links. This is a known issue (tcort/markdown-link-check#65). We therefore add a new tool to check for internal links and limit markdown-check-link to external links. The new tool is from the remark family of markdown tools and expects anchor links to not include any special characters so we also had to make appropriate changes to the docs generator functions. Finally, this commit fixes broken links discovered because of these fixes.
Moving this discussion to #91 |
NicolasMassart
added
the
duplicate
This issue was already asked, please comment on the original one
label
Sep 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like checking headers internally in a markdown file doesn't work.
A simple repo-case:
test.md
Test:
The text was updated successfully, but these errors were encountered: