Junshan Huang
Junshan Huang
尝试使用 hexo-renderer-mathjax & hexo-renderer-kramed 渲染数学公式 行内公式(使用\$和\$作为标志)得到了正常的渲染,显现为 ```此处省略``` 但是行间公式(使用\$\$和\$\$作为标志)没有得到渲染,在html中是一个script标签,如 ```S=\sqrt{P^2+Q^2}``` 如此的情况在[Jason Hall's blog - 电路分析中的单位](https://ctbfl.xyz/blog/2022/04/17/%E7%94%B5%E8%B7%AF%E5%88%86%E6%9E%90%E4%B8%AD%E7%9A%84%E5%8D%95%E4%BD%8D/)中可以看到,在“随便来点公式”标题后本应有行间公式,但并未得到显示。 查阅hexo-renderer-kramed项目的readme得知,其作用正是把公式转化为script标签,但是真正渲染需要在theme中添加js (https://github.com/sun11/hexo-renderer-kramed/blob/master/README.md) 请问这个js应该在Claudia主题文件夹的哪里添加呀?或者是哪里的配置需要修改呢? 谢谢!
## What this does Fix a 🐛 Bug. I found that on Windows the HTML dataset visualize does not work well, as the the videos can NOT be seen. ...