forked from theme-next/hexo-theme-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a few typo errors in docs (theme-next#864)
- Loading branch information
1 parent
4c15aa4
commit 3261f60
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -203,14 +203,14 @@ math: | |
enable: false | ||
# Default(true) will load mathjax/katex script on demand | ||
# That is it only render those page who has 'mathjax: true' in Front Matter. | ||
# That is it only render those page who has 'mathjax: true' in Front-matter. | ||
# If you set it to false, it will load mathjax/katex srcipt EVERY PAGE. | ||
per_page: true | ||
engine: mathjax | ||
#engine: katex | ||
# hexo-rendering-pandoc (or hexo-renderer-kramed) needed to full MathJax support. | ||
# hexo-renderer-pandoc (or hexo-renderer-kramed) needed to full MathJax support. | ||
mathjax: | ||
# Use 2.7.1 as default, jsdelivr as default CDN, works everywhere even in China | ||
cdn: //cdn.jsdelivr.net/npm/[email protected]/MathJax.js?config=TeX-AMS-MML_HTMLorMML | ||
|
@@ -238,9 +238,9 @@ math: | |
|
||
这个选项是控制是否在每篇文章都渲染数学公式; | ||
|
||
默认(`true`) 的行为是**只对 Front Matter 中含有 `mathjax: true` 的文章进行数学公式渲染**。 | ||
默认(`true`) 的行为是**只对 Front-matter 中含有 `mathjax: true` 的文章进行数学公式渲染**。 | ||
|
||
如果 Front Matter 中不含有 `mathjax: true`,或者 `mathjax: false`,那么 NexT 将不会对这些文章进行数学公式渲染。 | ||
如果 Front-matter 中不含有 `mathjax: true`,或者 `mathjax: false`,那么 NexT 将不会对这些文章进行数学公式渲染。 | ||
|
||
例如: | ||
|
||
|