lint_markdown_tree
Validates local Markdown files or directories for broken relative links/images, empty links, heading hierarchy, and README issues without fetching external URLs.
Instructions
Lint all Markdown files under a directory (skips node_modules/.git). Local files only. Relative links are checked on disk; external http(s) links are not fetched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | No | Alias for rootPath. | |
| maxFiles | No | Max files (default 50). | |
| rootPath | Yes | Directory or file to scan. | |
| readmeChecks | No |