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

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRise <8315221+AmazingRise@users.noreply.github.com>2020-04-11 12:25:19 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2020-04-11 12:25:19 +0300
commit29b486660e0feadb9767d1c37842a316ce821cde (patch)
tree0047473101bd829ca81a720022e4ee314fb07292
parenteea781520b6e24bc8d3dd79cca8b5ed735fef780 (diff)
Created MathJax (markdown)
-rw-r--r--MathJax.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/MathJax.md b/MathJax.md
new file mode 100644
index 0000000..e83e908
--- /dev/null
+++ b/MathJax.md
@@ -0,0 +1,13 @@
+This is a new feature in 1.2.0.
+
+You have to enable it manually in config.
+
+## Enable for single page (recommended)
+
+Add `enableMathJax: true` in the front matter of the page.
+
+Notice: this config can override site config. That is to say, even if you disabled it globally, this setting will work as well.
+
+## Globally Enabling
+
+Add `enableMathJax=true` to the section of `[param]` in your `config.toml`. \ No newline at end of file