mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
docs: Clarify how to enable math equations (#10894)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
dee39835a1
commit
3198de8c45
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue