From https://github.com/danijar/handout/issues/20#issuecomment-520674552: ```python doc.add_text('<p style="page-break-before: always">') ``` We can add `doc.add_pagebreak()` if this is helpful, especially once we have a LaTeX exporter that could also support this.