Skip to content

Addin page breaks? #31

@tmbb

Description

@tmbb

I'm using html2docx to generate parts of scientific papers by replacing values in Jinja2 templates. That is, I write a jinja2 template in HTML and insert values generated from code (either literal text in a paragraph or table or entire tables or figures; I even have a rudimentary reference management system for this). It would be useful if I could add pagebreaks somehow.

I believ the semantically correct way of adding page breaks to HTML would be something like the following:

<p style="page-break-after: always;">&nbsp;</p>

What do you think about adding this? I can work on it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions