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: e83e908fc560790a9874ab3b62f9a8c0b34ac141 (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: 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`.