Missing whitespace formatting for pre elements in ePub documents
The ePub version of documentation doesn't contain any whitespace formatting for
preTo remedy this a single rule needs to be added to epub.css file to apply wrapping:
pre { white-space: pre-wrap; }
The XSLT used to produce the ePub version of docs needs to be adjusted to incorporate that formatting.
Responses