vanblog
vanblog copied to clipboard
[问题反馈]: 在使用流程图,时序图等表格时,发生错误,基本处于无法编辑状态
问题描述 | Describe the bug
graph TD;
style A fill:#9fe1e7,stroke:#333,stroke-width:2px;
style B fill:#ffcc99,stroke:#333,stroke-width:2px;
style C fill:#b3ffb3,stroke:#333,stroke-width:2px;
A[努力学习] -->|促进| B[协商脑力];
B -->|影响| C[幸运指数];
像这样的流程图等,写入代码后,点击回车,其实无论点击那个按键都会提示如下错误:
Something went wrong.
Yh is not a function or its return value is not iterable
根本无法进行编辑了
复现网址 | Website URL
No response
版本 | Version
0.54
部署方式? | How do you deploy vanblog?
Docker 部署(文档默认)
是的,同样的情况一个月了