Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions source/docs/third-party-services/math-equations.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ math:
enable: true
# See: https://mhchem.github.io/MathJax-mhchem/
mhchem: false
# For hexo-renderer-marked, the default renderer of Hexo, some math equations with
# multiple subscribe mark of LaTeX (say, the underscore `_`) might cause problems.
# Enable this flag could bypass this problem by wrap your math codes in the inline-math_in_verbatim
# marks of Markdown, say, the backquote pair.
# For example,
# ```
# $ E = mc^2 $.
# ```
# could be replaced by
# ```
# `$ E = mc^2 $`.
# ```
math_in_verbatim: false

# hexo-renderer-markdown-it-plus (or hexo-renderer-markdown-it with markdown-it-katex plugin) required for full Katex support.
katex:
Expand Down