Development build 586e1bd4
Typst文档简体中文版v0.15.1 + dev 586e1bd4

parbreak元素
Question mark
自始可用Go to source

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

#for i in range(3) { [Blind text #i: ] lorem(5) parbreak() }

Syntax

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

参数
Question mark

parbreak() → content