Markdown Lint
Analyzes markdown documents for formatting issues and provides fixes aligned with standard linting rules.
Usage
Paste markdown content to get a list of issues and suggested fixes for formatting consistency.
Examples
- "Check this markdown file for formatting issues"
- "Fix the heading hierarchy in my document"
- "Are there any broken link references in this markdown?"
Guidelines
- Follow consistent heading hierarchy without skipping levels
- Use a single blank line between blocks for readability
- Prefer fenced code blocks over indented code blocks
- Keep line lengths reasonable for version control diffs
- Use reference-style links for repeated URLs