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:
-rw-r--r--LaTeX-Support.md9
-rw-r--r--MathJax.md13
2 files changed, 9 insertions, 13 deletions
diff --git a/LaTeX-Support.md b/LaTeX-Support.md
new file mode 100644
index 0000000..fa16104
--- /dev/null
+++ b/LaTeX-Support.md
@@ -0,0 +1,9 @@
+This feature is disabled by default.
+
+## Enable for single page (recommended)
+
+Add `enableLaTeX: true` in the front matter of the page.
+
+## Globally Enabling
+
+Add `enableLaTeX=true` to the section of `[param]` in your `config.toml`. \ No newline at end of file
diff --git a/MathJax.md b/MathJax.md
deleted file mode 100644
index cdb167a..0000000
--- a/MathJax.md
+++ /dev/null
@@ -1,13 +0,0 @@
-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: please ensure you didn't set `enableMathJax` globally.
-
-## Globally Enabling
-
-Add `enableMathJax=true` to the section of `[param]` in your `config.toml`. \ No newline at end of file