Closed
Description
When HTML containing textarea's or pre's with newlines are fed into the HTML to JSX converter, the newlines in the textarea or pre are not converted the way they need to be for multiline content to remain intact. See why textarea value
JSX whitespace coalescing rules end up being applied when the result is rendered.