Normalize Markdown spacing, headings, lists, and fences while preserving the document’s words.
Blocks are scanned to normalize blank lines, heading spacing, list indentation, and fenced-code boundaries while preserving content lines. The formatter is line-oriented and does not rewrite prose or render HTML.
# Title Some text ## Section More text
Formatted: # Title Some text ## Section More text
README cleanup, static-site content, and pre-commit documentation checks format Markdown.