equation
Aliases:
A block-level LaTeX equation. Its body is TeX source, set on a line of its own — $…$ is the inline form of the same notation.
#Attributes
colour
Also written: colorEquation colour.Can be written as shorthand: equation:value
Default
neutral#Allowed content
Body { }TeX math source (block equation content)
#Allowed in
#Examples
equation{
E = mc^2
}equation{
\int_0^1 x^2 \; dx = \frac{1}{3}
}(
colour: blue
)