mfontanini / presenterm-export

PDF exporter for presenterm presentations
BSD 2-Clause "Simplified" License
3 stars 0 forks source link

fix: don't overflow PDF pages #12

Closed mfontanini closed 3 weeks ago

mfontanini commented 3 weeks ago

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

mfontanini commented 3 weeks ago

Merging, if this is still happening please re-open the issue.