Katex

KaTeX

KaTeX shortcode let you render math typesetting in markdown document. See KaTeX

Example

{{< katex [display] [class="text-center"]  >}}
f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi
{{< /katex >}}
f(x)=f^(ξ)e2πiξxdξf(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi

Display Mode Example

Here is some inline example: π(x)\pi(x) , rendered in the same line. And below is display example, having display: block f(x)=f^(ξ)e2πiξxdξf(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi Text continues here.