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
Update math-equations.md
Liam0205 authored Feb 12, 2020
commit dfdea67abb84e39ae9a4421dcdaff84af3ede07b
13 changes: 13 additions & 0 deletions source/docs/third-party-services/math-equations.md
Original file line number Diff line number Diff line change
@@ -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: