From 29b486660e0feadb9767d1c37842a316ce821cde Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Sat, 11 Apr 2020 17:25:19 +0800 Subject: Created MathJax (markdown) --- MathJax.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MathJax.md 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 -- cgit v1.2.3