Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update math-equations.md #86

Open
wants to merge 1 commit into
base: source
Choose a base branch
from
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