翻訳済み
このページは日本語に翻訳済みです。
parbreak
ElementElement functions can be customized with set
and show
rules.
Element functions can be customized with
set
and show
rules.段落区切り。
新しい段落を開始します。 特にforループなどのコード内で使用する場合に便利です。 複数の連続した段落区切りは、単一の段落区切りにまとめられます。
例
#for i in range(3) {
[Blind text #i: ]
lorem(5)
parbreak()
}

構文
この関数を呼び出す代わりに、 マークアップ内に空行を挿入することで段落区切りを作成できます。
引数Parameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.