parbreak
ElementElementElement functions can be customized with set
and show
rules.
Element
Element functions can be customized with
set
and show
rules.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.
ParameterParameterParameters are input values for functions. Specify them in parentheses after the function name.
Parameter
Parameters are input values for functions. Specify them in parentheses after the function name.