lint_markdown
Lints local Markdown files for broken relative links, heading hierarchy, empty links, and README issues, without fetching external URLs.
Instructions
Lint a Markdown file for broken relative links, heading hierarchy, empty links, and common README issues. Local files only. Relative links are checked on disk; external http(s) links are not fetched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to a .md file. | |
| readmeChecks | No | Enable README-specific heuristics (default true for README* names). |