--- title: KaTeX --- [KaTeX](https://katex.org/) shortcode let you render math typesetting in markdown document. ## Usage ```latex {{}} f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi {{}} ``` ### Attributes {{< propertylist name=shortcode-katex sort=name order=asc >}} ## Example {{< katex display >}} f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi {{< /katex >}} KaTeX can be used inline, for example {{< katex >}}\pi(x){{< /katex >}} or used with the `display` parameter as above.