parbreak
元素
元素函数可以通过 set 和 show 规则进行样式自定义。
元素函数可以通过 set 和 show 规则进行样式自定义。
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.
参数
参数是函数的输入,它们在函数名称后面的括号中传入。
参数是函数的输入,它们在函数名称后面的括号中传入。
parbreak() -> content