How to strip html comments and excess whitespace
- Step 1Drop draft with comments — Upload the Markdown with editor notes in HTML comments.
- Step 2Strip — Click Run — comments and excess whitespace removed.
- Step 3Publish — The clean output is ready for public publishing.
Frequently asked questions
What about comments I want to keep?+
All HTML comments are stripped. Move important notes outside comment syntax before running.
Will it remove inline comments in code?+
Code-block content is preserved. Comments inside code samples (`// note`, `# note`) stay.
How is this different from the Prettifier?+
Prettifier normalizes formatting; Minifier strips for size. Use both for full pre-publish hygiene.
Privacy first
All Markdown processing runs locally in your browser using JavaScript. No file is ever uploaded to JAD Apps servers — only metadata counters are saved for signed-in dashboard stats.