Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <me@wangchucheng.com>2021-03-27 20:06:07 +0300
committerWang Chucheng <me@wangchucheng.com>2021-03-27 20:06:07 +0300
commit4b0bb031102826fccf891a648f44713636f33dd0 (patch)
tree1b7b8575530d09fc632b7eb48ae0c298ea3c42b1 /exampleSite
parent4be09f66c077d885dc3e3f64e55d662d95168c11 (diff)
fix: make KaTeX options case sensitive
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml
index ff3bd53..8828b6d 100644
--- a/exampleSite/config/_default/params.yaml
+++ b/exampleSite/config/_default/params.yaml
@@ -37,6 +37,8 @@ math:
# # Browse https://katex.org/docs/options.html to see the options available.
# # KaTeX's Auto-render ignores `displayMode` property of the options, so this property will not work.
# # You can list the key and value you want as below.
+ # # Because Hugo's config params are case-insensitive, you need to add `-` or `_` before the uppercase letters.
+ # # For example, `throwOnError` should be written as `throw-On-Error` or other acceptable formats.
# leqno:
comment: