Crates.io | mdrefcheck |
lib.rs | mdrefcheck |
version | 0.1.8 |
created_at | 2025-09-14 14:15:22.716937+00 |
updated_at | 2025-09-22 20:04:07.525279+00 |
description | A CLI tool to validate references in markdown files. |
homepage | https://github.com/gospodima/mdrefcheck |
repository | https://github.com/gospodima/mdrefcheck |
max_upload_size | |
id | 1838822 |
size | 40,320 |
A CLI tool to validate references and links in Markdown files (CommonMark spec).
It helps to ensure that your documentation is free from broken section links, missing images or files.
./subfolder/another-file.md#heading-link
)cargo install mdrefcheck
pip install mdrefcheck
or run it directly in an isolated environment, e.g., with uvx
:
uvx mdrefcheck .
Add this to your .pre-commit-config.yaml
:
repos:
- repo: https://github.com/gospodima/mdrefcheck
rev: v0.1.8
hooks:
- id: mdrefcheck