Renderers for Wikidot mathematical notation elements.
[[math]]...[[/math]] -- display-mode (block) math
[[$ ... $]] -- inline math
[[eref name]] -- equation reference (link to named equation)
LaTeX source is converted to MathML using the temml library at
render time. A hidden <code class="math-source"> element preserves
the original LaTeX for use by the runtime math module's SVG polyfill
(for browsers without MathML support).
Named equations receive an (N) equation number and can be
cross-referenced via [[eref]].
Renderers for Wikidot mathematical notation elements.
[[math]]...[[/math]]-- display-mode (block) math[[$ ... $]]-- inline math[[eref name]]-- equation reference (link to named equation)LaTeX source is converted to MathML using the
temmllibrary at render time. A hidden<code class="math-source">element preserves the original LaTeX for use by the runtimemathmodule's SVG polyfill (for browsers without MathML support).Named equations receive an
(N)equation number and can be cross-referenced via[[eref]].