strong
ElementElementElement functions can be customized with set
and show
rules.
Element
Element functions can be customized with
set
and show
rules.Strongly emphasizes content by increasing the font weight.
Increases the current font weight by a given delta
.
Example
This is *strong.* \
This is #strong[too.] \
#show strong: set text(red)
And this is *evermore.*

Syntax
This function also has dedicated syntax: To strongly emphasize content,
simply enclose it in stars/asterisks (*
). Note that this only works at
word boundaries. To strongly emphasize part of a word, you have to use the
function.
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.
delta
SettableSettableSettable parameters can be set using the set
rule, changing the default value used thereafter.
Settable
Settable
Settable parameters can be set using the
set
rule, changing the default value used thereafter.The delta to apply on the font weight.
Default value: 300
Show example
#set strong(delta: 0)
No *effect!*

body
RequiredRequiredRequired parameters must be specified when calling the function.PositionalPositionalPositional parameters can be set by specifying them in order, omitting the parameter name.
Required
Required
Required parameters must be specified when calling the function.
Positional
Positional
Positional parameters can be set by specifying them in order, omitting the parameter name.
The content to strongly emphasize.