docs: Clarify how to enable math equations (#10894)

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
Waldir Pimenta 2025-02-03 11:58:05 +00:00 committed by GitHub
parent dee39835a1
commit 3198de8c45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,9 +10,11 @@ import BrowserWindow from '@site/src/components/BrowserWindow';
Mathematical equations can be rendered using [KaTeX](https://katex.org).
See [below](#configuration) how to activate them.
## Usage {#usage}
Please read [KaTeX](https://katex.org) documentation for more details.
Please read the [KaTeX](https://katex.org) documentation for more details.
### Inline {#inline}