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>2021-09-17 14:28:12 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2021-09-17 14:28:12 +0300
commitece83cd5a29eb3cf612742233b3de5d932384f2a (patch)
tree9d2f75ae45d2eaf1a9b82a1d0897004f3962931f
parentd78491143c2fa5ba087223c7a188c6ed0b7f2008 (diff)
Updated MathJax (markdown)
-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