# Math Formulas Render Support # Server-side plugin: https://github.com/next-theme/hexo-filter-mathjax math: # Default (true) will load mathjax / katex script on demand. # That is it only render those page which has `mathjax: true` in Front-matter. # If you set it to false, it will load mathjax / katex srcipt EVERY PAGE. per_page:true
# hexo-renderer-pandoc (or hexo-renderer-kramed) required for full MathJax support. mathjax: enable:true
# hexo-renderer-markdown-it-plus (or hexo-renderer-markdown-it with markdown-it-katex plugin) required for full Katex support. katex: enable:false # See: https://github.com/KaTeX/KaTeX/tree/master/contrib/copy-tex copy_tex:false
在需要latex公式处理的md文章中添加 ${\small mathjax: true}$
结果如图
1. Latex公式支持
------------- Ending,Thanks for your reading!-------------