Add your files
Drop one HTML or two hundred. Batch conversion is not a paid feature here.
The words out of a web page or an email template need to go into a plain text export, a diff or a language model.
Markup, scripts, styles and attributes are removed and the remaining text is emitted with block-level structure turned into line breaks.
Whitespace in HTML is collapsed by the renderer, not by the file, so naive tag stripping produces text with words jammed together across tag boundaries and pre blocks that lose their indentation. Structural conversion matters more than a regular expression here.
The link text does. The URLs are dropped unless they are explicitly appended, which is a choice the converter makes.
They flatten to lines. Plain text has no columns.
Drop one HTML or two hundred. Batch conversion is not a paid feature here.
Plain Text is lossless, so nothing is thrown away in the conversion.
Converted and deleted the moment it finishes. Never written to permanent storage.