Small, fast tool to find broken file links in Markdown documents.
-
Checks whether Markdown file link targets exist
-
Precompiled binaries available
-
Fast
-
Friendly error messages
-
Safe, doesn't panic
-
61 lines of code
-
GitHub actions:
- No recursive mode, use
find/xargs/shell globs - Not parallel, use
xargs,make, orninja - Doesn't touch the network, doesn't check for broken web links
Download a binary from the releases page, or build with Cargo:
cargo install mdlynx