Page Break
Documentation for the `pagebreak` function.
A manual page break.
Must not be used inside any containers.
Example
Loading compiler...
Even without manual page breaks, content will be automatically paginated based on the configured page size. You can set the page height to auto to let the page grow dynamically until a manual page break occurs.
Pagination tries to avoid single lines of text at the top or bottom of a page (these are called widows and orphans). You can adjust the text.costs parameter to disable this behavior.
#pagebreak(
weak: bool,
to: none | str
) -> contentParameters
Prop
Type