Yuan

Results 3 comments of Yuan

请问一下,我使用了katex + hexo-renderer-markdown-it-plus来输入我的公式,公式是渲染成功了,但是在公式下面又出现了公式,有没有人遇到这个问题呢?是我写Markdown公式的格式不对吗? ![RYZFC$O6}E%S)~OB4HQCM%N](https://user-images.githubusercontent.com/71576699/230432022-b48cf5f9-b29e-4452-a44b-17626c7543aa.png) ![UGEEC~C)J5QFF U)DP2T%M8](https://user-images.githubusercontent.com/71576699/230432274-939a1040-1a24-4323-b48b-45333f2fe044.png)

今天解决问题了,不仅需要安装hexo-renderer-markdown-it-plus,还需要安装hexo-math。所以需要的命令有: ``` npm uninstall hexo-renderer-marked --save npm install hexo-renderer-markdown-it-plus --save npm install hexo-math --save ``` ![IC9B09WV9NFX_X`)TUY6 FC](https://user-images.githubusercontent.com/71576699/230521171-cced483a-cdd2-4a4f-a04b-415d036aa361.png)

Hi, I also encountered this problem. Have you found a method to fix it? It seems that the final solution doesn't update and remains the same as the initial value.