Find common Markdown style issues such as trailing spaces, heading mistakes, and list spacing.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Source lines are scanned for trailing whitespace, heading style, blank-line boundaries, list spacing, and fence consistency; each finding includes a line and rule code. The pass checks source patterns rather than rendering a complete Markdown AST.
#Missing space Some text Too many blank lines
Line Severity Rule Message ---- -------- ----------------------- -------------------------------- 1 error no-missing-space-header Header missing space after # 6 warning no-multiple-blanks Multiple consecutive blank lines 7 warning final-newline File should end with a newline
Documentation CI, README reviews, and static-site content checks lint Markdown.