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:
authorGreg Sadowy <email not available>2017-01-20 21:30:50 +0300
committerGreg Sadowy <email not available>2017-01-20 21:30:50 +0300
commit6af05b2d649f86afccf276b0e8a636ad78fab376 (patch)
tree7bf489a0baa6d2663cc7332257ca4613159da7f3 /README.md
parent5e3f13e738fa6d9f3244b1fd1a66403f64668170 (diff)
Added option to disable MathJax
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 898110c..3a03def 100644
--- a/README.md
+++ b/README.md
@@ -133,6 +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.
## Shortcodes