harryvasanth/Markdown Link Checker

Checks all hyperlinks in Markdown files for broken links and reports their status

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to check for markdown filesno.
filesSpecific markdown files to check (comma or space separated)no
excludeFiles or directories to exclude (comma or space separated)no
recursiveCheck files recursivelynotrue
timeoutTimeout for HTTP requests in seconds (both connect and max-time)no10
retry-countNumber of retries for failed requestsno3
verboseShow detailed outputnofalse
config-filePath to configuration fileno
ignore-urlsComma-separated list of URLs or string patterns to ignore (e.g., 'localhost,example.com')no
user-agentCustom User-Agent header for HTTP requests to prevent 403 blocksnoMozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
namedescription
jsonJSON output of broken links. Example: `[{"link":"https://example.com/broken","file":"README.md","line_num":5,"status":"404"}]`