Open Issues Need Help
View All on GitHubAI 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.
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.