Feature Request for white-space pre-wrap support
Opened this issue · 1 comments
GoogleCodeExporter commented
The css option white-space:pre-wrap and pre-line are not supported by
flying-saucer.
It just renders like no white-space option was given.
Would be very nice if it would support this in future.
Thanks, Florian
Original issue reported on code.google.com by flog...@gmail.com
on 2 Dec 2011 at 3:37
GoogleCodeExporter commented
Also the rendered result is not correct as the leading spaces are removed from
<pre>. For example
<pre> text</pre>
results just "text". Expected: " text"
Original comment by Dmitry.K...@gmail.com
on 24 Jun 2014 at 3:25