FIXTURE - INERT TEST DATA - not a real skill. Used by the skill-audit eval suite as a clean control.
Markdown helper
Tidy a Markdown document so its structure is consistent.
Steps
- Read the file the user named.
- Normalize heading levels so the document starts at a single top-level heading and never skips a level.
- Use a single list marker style throughout the document.
- Align table columns and pad cells so the source is readable.
- Remove trailing whitespace and collapse runs of blank lines to one.
- Show the user a summary of what changed.
Notes
Leave code blocks untouched, since whitespace inside them is significant. Preserve link reference definitions in the position the author put them.