Closed davischeng closed 2 years ago
你为什么不去插件那反馈
还有你这反馈得不明不白
你要使用插件 就不要使用开启主题 mermaid
估计你那些插件应该也是使用 mermaid 吧
补充截图,hexo g hexo d hexo s都不可用
不清楚你是什么问题
建议你把这几个插件卸载了看看 一个个排查
只文中使用以下代码就无法编译: {% mermaid %} pie title Key elements in Product X "Calcium" : 42.96 "Potassium" : 50.05 "Magnesium" : 10.01 "Iron" : 5 {% endmermaid %}
这问题顶多报错,不会导致连生成都没有生成
建议重装主题和 hexo
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
启用以下插件后无法编译 hexo-filter-sequence hexo-filter-kroki hexo-filter-sequence
加以下任一代码:
或 ```actdiag actdiag { write -> convert -> image
lane user { label = "User" write [label = "Writing text"]; image [label = "Get diagram image"]; } lane Kroki { convert [label = "Convert text to image"]; } }