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

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Ip <carsonip715@gmail.com>2019-03-24 09:49:30 +0300
committerCarson Ip <carsonip715@gmail.com>2019-03-24 09:49:30 +0300
commitd88882e5c2ea832042af601aae29faa0fa89d48d (patch)
treebeb15eec5e30ac07f4f7a271b9f26886568dc0c8
parentd9e2bd5022635704b9e7f57ee16e1d8a92461f88 (diff)
Improve documentation about katex support
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8711f5d..38da9a4 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,10 @@ disqusShortname = "xxxxxx"
katex = true
```
+This option enables the KaTeX auto-render extension. To render block math, use `$$ ... $$`. For inline math, use `\\( ... \\)`. For more details, please refer to https://github.com/KaTeX/KaTeX/blob/v0.7.1/contrib/auto-render/auto-render.js#L73 .
+
+### Others
+
For other configuration variables, visit [Hugo documentation](https://gohugo.io/overview/configuration/#configuration-variables).
## Post Params