如题,用的 next 主题 已做以下修改
npm uninstall hexo-renderer-marked npm install hexo-renderer-pandoc
mathjax: true
per_page:true mathjax: enable: true
求 V 友解惑
1 yanxin1111 311 天前 # Math Formulas Render Support math: enable: true # 默认加载 mathjax,katex 渲染 per_page: true # 此选项开启表示每页博客是否使用 mathjax 是单独指定的。 # 单独指定需要公式渲染的博客,可以提高平均的加载速率。 |
![]() | 2 BlackSnow OP |
3 yanxin1111 309 天前 @BlackSnow 都试试呗 |
![]() | 4 BlackSnow OP 感谢大佬,最后实在搞不定了。用了 markdownit 了 T_T |