Typst Fumadocs

Paragraph Break

Documentation for the `parbreak` function.

A paragraph break.

This starts a new paragraph. Especially useful when used within code like for loops. Multiple consecutive paragraph breaks collapse into a single one.

Example

Loading compiler...

Syntax

Instead of calling this function, you can insert a blank line into your markup to create a paragraph break.

On this page