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.