From ece83cd5a29eb3cf612742233b3de5d932384f2a Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Fri, 17 Sep 2021 19:28:12 +0800 Subject: Updated MathJax (markdown) --- LaTeX-Support.md | 9 +++++++++ MathJax.md | 13 ------------- 2 files changed, 9 insertions(+), 13 deletions(-) create mode 100644 LaTeX-Support.md delete mode 100644 MathJax.md 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 -- cgit v1.2.3