markdownlint
Lint markdown files to check for style issues and automatically fix common problems.
Instructions
Run markdownlint on markdown files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | Automatically fix issues where possible | |
| args | No | Additional arguments to pass to markdownlint | |
| files | No | Specific files to lint (glob patterns supported) | |
| directory | No | Working directory for the lint command |