config: switch off katex per default
This commit is contained in:
@ -55,4 +55,4 @@ editPage = false
|
|||||||
bootStrapJs = false
|
bootStrapJs = false
|
||||||
breadCrumb = false
|
breadCrumb = false
|
||||||
highLight = true
|
highLight = true
|
||||||
kaTex = true
|
kaTex = false
|
||||||
|
@ -13,6 +13,8 @@ weight: 210
|
|||||||
toc: true
|
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
|
## Example 1
|
||||||
|
|
||||||
_Excerpt taken from [Supernova Neutrinos](https://neutrino.leima.is/book/introduction/supernova-neutrinos/)_
|
_Excerpt taken from [Supernova Neutrinos](https://neutrino.leima.is/book/introduction/supernova-neutrinos/)_
|
||||||
|
Reference in New Issue
Block a user