- 在sublime markdown preview setting user中
"enable_mathjax": false,
- 对于使用hexo的用户,还需要在网站根目录安装mathjax支持
npm install hexo-math --save
并且在_config.yml中添加:
plugins: hexo-math
重新部署即可。
"enable_mathjax": false,
npm install hexo-math --save
并且在_config.yml中添加:
plugins: hexo-math
重新部署即可。