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

MathJax.md - github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdb167a12af4518232bab2b477811647540a9603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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: please ensure you didn't set `enableMathJax` globally.

## Globally Enabling

Add `enableMathJax=true` to the section of `[param]` in your `config.toml`.