Do you know any good HTML to plain text conversion class
written in PHP?
I need it for converting HTML mail body to plain text mail body.
I wrote simple function,
but I need more features like converting tables,
adding links at the end, converting nested lists…
—
regards
takeshin
I’d suggest using a HTML to Markdown converter.