A lightweight, browser-based utility that strips Markdown formatting from AI-generated text. Perfect for pasting into plain-text fields like emails or SMS.
- Removes headers, bold/italic, inline code, and blockquotes
- Strips horizontal rules
- Normalizes bullet points and numbered lists
- Collapses extra blank lines
- 100% client-side — no dependencies, no server, no data leaves your browser
- Open
https://ranchimall.github.io/aicleaner/in any browser - Paste your text into the input box
- Click Clean Text
- Copy the cleaned output
Vanilla HTML, CSS, and JavaScript. No build step required.