翻訳済み
このページは日本語に翻訳済みです。
hide
要素関数要素関数要素関数はset
ルールやshow
ルールでカスタマイズできます。
要素関数
要素関数は
set
ルールやshow
ルールでカスタマイズできます。Hides content without affecting layout.
The hide
function allows you to hide content while the layout still 'sees'
it. This is useful to create whitespace that is exactly as large as some
content. It may also be useful to redact content because its arguments are
not included in the output.
Example
Hello Jane \
#hide[Hello] Joe

引数引数引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
引数
引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
body
The content to hide.