KaTeX
You can render LaTeX mathematical expressions using KaTeX:
Usage
Using the templating syntax:
Inline math: {% math %}\int_{-\infty}^\infty g(x) dx{% endblock %}
Block math:
{% math %}
\int_{-\infty}^\infty g(x) dx
{% endblock %}
You can also use the "double-dollars" shortcut. So, {% math %}a \ne 0{% endmath %}
maps to:
Block math:
{% math %}
\int_{-\infty}^\infty g(x) dx
{% endmath %}
Examples
When , there are two solutions to and they are
The Gamma function satisfying
is via the Euler integral,