react-pdf-html
react-pdf-html copied to clipboard
white-space style doesn't work
style white-space: pre-wrap doesn't work
This is what i want:

But the spaces are gone when it is converted to a pdf:

Good catch. White space support is limited right now, with some work done to support the pre tag. The next step would be to do a more thorough dive into the different style values and make sure that each one has been implemented.
Hey @danomatic , we'd love to either have white-space: pre or being able to have elements such as <pre><span>...</span></pre> work. Right now <pre> is wrongly implemented to render inner elements as raw text.