← Back
Equation
This uses KaTeX to typeset mathematical equations. Example:
Input:
[Equation]
y = \int x^2 dx
[/Equation]Output:
Props
- latex
expressionSet 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
booleanSet to
truefor a centered, standalone equation, set tofalsefor an inline equation.- Example:
true - Default value:
false
- Example: