wujun234 / hexo-theme-tree

MIT License
210 stars 60 forks source link

显示公式问题 #14

Closed ruyiluo closed 1 year ago

ruyiluo commented 4 years ago

老哥,你这个主题真的太棒了,但是无法显示markdown的公式,这个该怎么解决呀?

MTCai commented 4 years ago

https://www.cnblogs.com/zhyantao/p/10424874.html

PabloLION commented 4 years ago

md渲染是hexo的问题,不是该主题的问题。 我换了渲染器:https://github.com/niemingzhao/hexo-renderer-markdown

seekstar commented 2 years ago

也可以用hexo-filter-mathjax + hexo-renderer-pandoc,亲测有效。详细教程:https://seekstar.github.io/2021/11/16/hexo%E6%94%AF%E6%8C%81latex%E9%A3%8E%E6%A0%BC%E7%9A%84%E5%85%AC%E5%BC%8F%E7%BC%96%E8%BE%91/