- What gets stripped and what's kept?
- All tags are removed; visible text is kept. Paragraph breaks become blank lines, headings keep their text but lose their size, lists become hyphen-prefixed lines. Scripts and styles are discarded entirely.
- Does it preserve links?
- Optional — toggle 'keep links' to append URLs inline like `text (https://example.com)`. Leave off for pure prose output.
- How does it handle tables?
- Tables are rendered as pipe-separated lines with header underlines. For complex tables the output degrades gracefully — the text is still readable.
- Is this useful for email plain-text alternatives?
- Exactly the primary use case — generate the text/plain MIME part of a marketing email from the HTML version. Also useful for readability metrics and word counts.