Add LaTeX code block

This commit is contained in:
daudix
2024-08-28 18:48:05 +03:00
parent 98719cc5a3
commit 61fb91b7b3

View File

@ -90,9 +90,11 @@ pre table td:nth-of-type(1) {
Duckquill can render LaTeX using the [KaTeX](https://katex.org) library. It can be enabled using the `extra.katex` config variable.
$$\relax f(x) = \int_{-\infty}^\infty
\hat{f}(\xi)\,e^{2 \pi i \xi x}
\,d\xi$$
```latex
$$\relax f(x) = \int_{-\infty}^\infty\hat{f}(\xi)\,e^{2 \pi i \xi x}\,d\xi$$
```
$$\relax f(x) = \int_{-\infty}^\infty\hat{f}(\xi)\,e^{2 \pi i \xi x}\,d\xi$$
### Shortcodes