← Back
Equation
This uses KaTeX to typeset mathematical equations. Example:
Input:
[Equation]
y = \int x^2 dx
[/Equation]
Output:
Props
- latex
expression
Set the latex to be shown. Can be driven by an expression to allow for dynamically updated equations.
- Example:
`"x = " + x`
- Default value:
"x"
- Example:
- display
boolean
Set to
true
for a centered, standalone equation, set tofalse
for an inline equation.- Example:
true
- Default value:
false
- Example: