From a6f65f42f599f228e11c98679d944c23cde4a456 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Wed, 17 Mar 2021 11:03:35 +0100 Subject: [PATCH] config: switch off katex per default --- config/_default/params.toml | 2 +- content/docs/examples/math.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 9edf410..69fdb57 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -55,4 +55,4 @@ editPage = false bootStrapJs = false breadCrumb = false highLight = true - kaTex = true + kaTex = false diff --git a/content/docs/examples/math.md b/content/docs/examples/math.md index d110c27..729a3e7 100644 --- a/content/docs/examples/math.md +++ b/content/docs/examples/math.md @@ -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/)_