selector
Turns a value into a selector. The following values are accepted:
- An element function like a
heading
orfigure
. - A
<label>
. - A more complex selector like
heading.where(level: 1)
.
ParametersParameters 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.
target
Can be an element function like a heading
or figure
, a <label>
or a more complex selector like heading.where(level: 1)
.