renderer选择
解决多行公式(如矩阵)无法渲染问题
我的 node_modules :
- hexo-filter-mathjax
- hexo-renderer-ejs
- hexo-renderer-kramed
- hexo-renderer-pandoc
- hexo-renderer-stylus
_config.yml 中
1 | # MathJax |
渲染冲突问题
如将 Latex 中下划线渲染为斜体
解决方法:
node_modules.js 中
1 | # line 11 |
解决多行公式(如矩阵)无法渲染问题
我的 node_modules :
_config.yml 中
1 | # MathJax |
如将 Latex 中下划线渲染为斜体
解决方法:
node_modules.js 中
1 | # line 11 |