danfickle / neoflyingsaucer

[Deprecated - Please use openhtmltopdf at link] An attempt to modernize flyingsaucer, the HTML and CSS 2.1 renderer in pure Java

Home Page:https://github.com/danfickle/openhtmltopdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whitespace: pre not working

danfickle opened this issue · comments

This seems to be caused by Jsoup not preserving whitespace including newlines.

Mostly fixed except it is now eating a space character before the newline in pre element (off by one error). Test case at: com.github.neoflyingsaucer.test.pdf.TestPage.testWhitespaceHandlingWithNewlines()