Typesets a TeX formula with KaTeX, including chemical equations written with mhchem — \ce{} and \pu{}.
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
| Parameter | Default Value | Possible Values |
|---|---|---|
caption |
<none> |
- |
align |
center |
center, left |
The body consists of a latex code block.
Check out the KaTeX reference.
::block-katex
```latex
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
```
::