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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregas Maximus <gregasmaximus@gmail.com>2017-01-21 00:28:04 +0300
committerGregas Maximus <gregasmaximus@gmail.com>2017-01-21 00:28:04 +0300
commit0699e5f8dee3f775b363359e8f74c0ead8e3e730 (patch)
tree0d9d07573d8e53e425e09f5da5275ab8bf5f8113 /README.md
parentd06aefa0ed087f4d5c600eb88c05d1b8e3f24e65 (diff)
Option to disable MathJax but enabled by default
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a03def..6ff6e45 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ Mathematical equations in form of LaTeX or MathML code can be rendered with the
You can also print formulas inline. In this case wrap the formula only once with `$`.
-If you don't need equations, you can disable MathJax but putting `mathjax = false` in your config.toml. This will prevent clients from unnecessarily downloading the MathJax library.
+If you don't need equations, you can disable MathJax but putting `disable_mathjax = true` in your config.toml. This will prevent clients from unnecessarily downloading the MathJax library.
## Shortcodes