This addresses the PDF page overflow issue. It's unclear exactly what was going on but the use of pre seemed to be causing issues so I re-wrote the structure of the intermediate HTML such that there's a <div><pre> per line. This seems to fix the issue and also makes the HTML a lot easier to debug.
This addresses the PDF page overflow issue. It's unclear exactly what was going on but the use of
pre
seemed to be causing issues so I re-wrote the structure of the intermediate HTML such that there's a<div><pre>
per line. This seems to fix the issue and also makes the HTML a lot easier to debug.Hopefully fixes #6