lint_markdown
Identify Markdown formatting errors including trailing whitespace, inconsistent list markers, bare URLs, and unclosed code fences. Returns JSON reports with line numbers, severity levels, and fixable flags.
Instructions
Lint Markdown and report issues. Returns a JSON array of lint issues found in the document, each with line number, column, severity (error/warning/info), rule name, message, and fixable flag. Checks for: missing heading spaces, trailing whitespace, inconsistent list markers, hard tabs, multiple blank lines, bare URLs, unclosed emphasis, and unclosed code fences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The Markdown text to lint. |