How to use
How it works
Use this tool to turn Markdown (README exports, Notion, AI output, email templates, etc.) into plain text you can copy anywhere.
You can control how common structures are handled, for example:
- Headings (keep as text, prefix with `#`, uppercase, or drop)
- Tables (columns, compact, CSV, or drop)
- Links and images (text only, text + URL, URL only, or drop)
- Code blocks and inline code (keep or drop; format options)
- HTML (strip tags, treat br as line breaks, or drop nodes)
- Whitespace (collapse runs of spaces, remove empty lines, trim lines, etc.)
Typical uses
- Prompt cleanup: strip Markdown noise for cleaner LLM prompts
- Email / chat: turn formatted notes into plain text
- Data prep: export tables as CSV for Excel or Google Sheets
- Migration: extract plain text from Notion or GitHub docs
Tips
- Auto matches Structured defaults—good for most “clean reading” output. Minimal is more aggressive. Dev keeps technical detail (URLs in links, CSV tables, fenced code).
- Open Settings to fine-tune options (this switches to Custom).