Re: How can we support in-block newline break preservation
Geoff McLane <[email protected]> Mon, 7 Mar 2016 20:14:00 +0100
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry for the delay in my reply, but I was quite confused by the question so did not know how to answer. Basically HTML Tidy is HTML parser and tidier. Normally it will remove all newline breaks in text, and replace them with a space, unless the text is wrapped in a block element that preserves them, like a PRE, just like a browser... So I do not think Tidy is likely to support newline breaks in normal text, but as said maybe I do not understand the question!