Option to preserve white space? #2203
Closed
samgormancirdan
started this conversation in
Ideas
Replies: 1 comment
-
If you disable pretty-print in the output settings, it also preserves the whitespace. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
JSoup tidies the HTML and strips out extra whitespace from the text. While this is nice we need to preserve the white space. I have extended the code to ass a preserveWhiteSpace option to the doc.outputSettings and added the relevant unit tests. If you would like it I'd be happy to send the changes.
Beta Was this translation helpful? Give feedback.
All reactions