After installing it, I just add the followings to _config.xml
math:
engine: 'mathjax' # or 'katex'
mathjax:
src: custom_mathjax_source
config:
# MathJax config
katex:
css: custom_css_source
js: custom_js_source # not used
config:
# KaTeX config
When I run it:
~/Project/gitwork/blogGitPage hexo s
INFO [hexo-math] Using engine 'mathjax'
INFO Hexo is running at http://0.0.0.0:4000/. Press Ctrl+C to stop.
However, the Simple inline $a = b + c$. is not displayed in math format.
Do I config it correctly?
After installing it, I just add the followings to
_config.xmlWhen I run it:
However, the
Simple inline $a = b + c$.is not displayed in math format.Do I config it correctly?