mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
551 B
551 B
check-markdown
This tool is used to test the validity of internal links within product
documentation, e.g. /android/docs/help/**/*.md.
It currently tests that:
- Markdown can be parsed
- Links to other files in the same section exist (with or without .md extension)
- Images exist
It will also optionally report on:
- External absolute links (starting with http/https)
- Relative links outside the root of the help documentation
- Unnecessary use of .md extension in links
We could extend it to include:
- Checks for anchor validity