config: switch off katex per default
This commit is contained in:
parent
89784d9656
commit
a6f65f42f5
|
@ -55,4 +55,4 @@ editPage = false
|
|||
bootStrapJs = false
|
||||
breadCrumb = false
|
||||
highLight = true
|
||||
kaTex = true
|
||||
kaTex = false
|
||||
|
|
|
@ -13,6 +13,8 @@ weight: 210
|
|||
toc: true
|
||||
---
|
||||
|
||||
[KaTeX](https://katex.org/) is switched off by default. Enable it by setting `kaTex = true` in the `[options]` section of `./config/_default/params.toml`.
|
||||
|
||||
## Example 1
|
||||
|
||||
_Excerpt taken from [Supernova Neutrinos](https://neutrino.leima.is/book/introduction/supernova-neutrinos/)_
|
||||
|
|
Loading…
Reference in New Issue