Typst Fumadocs

Column Break

Documentation for the `colbreak` function.

Forces a column break.

The function will behave like a page break when used in a single column layout or the last column on a page. Otherwise, content after the column break will be placed in the next column.

Example

Loading compiler...
#colbreak(
  weak: bool
) -> content

Parameters

Prop

Type

On this page