2 Open Issues Need Help Last updated: Aug 31, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue requests the implementation of auto-fix support for the MD022 rule, which ensures headings are surrounded by blank lines. Currently, the rule detects violations but doesn't automatically correct them. The goal is to add blank lines before and after headings when the `--fix` flag is used, while properly handling headings at the beginning or end of a file.

Complexity: 1/5
enhancement good first issue

An mdbook linting tool

Rust

AI Summary: This issue proposes expanding the automatic fix support for markdown linting rules to cover additional rules with clear and unambiguous solutions. Building on existing infrastructure for rules like MD010 and MD047, it aims to implement auto-fixes for several high-priority rules, including those for trailing spaces, multiple blank lines, and various heading spacing issues.

Complexity: 3/5
enhancement good first issue

An mdbook linting tool

Rust