You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically.
Title: [Bug] markdown Mermaid cannot be used
📦 Deployment method
Docker
📌 Software version
v2.14.2
💻 System environment
Windows
📌 System version
11 23H2
🌐 Browser
Chrome
📌 Browser version
128.0.6613.120
🐛 Problem description
After adding the folding function to markdown, it seems that the code of ReactMarkdown was customized and some content was missed. class and the like caused Mermaid to fail to render.
📦 部署方式
Docker
📌 软件版本
v2.14.2
💻 系统环境
Windows
📌 系统版本
11 23H2
🌐 浏览器
Chrome
📌 浏览器版本
128.0.6613.120
🐛 问题描述
markdown添加折叠功能之后好像把
ReactMarkdown
的code自定义后漏传了一些内容,class
什么之类的导致Mermaid
无法渲染📷 复现步骤
输入
示例图表
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
无法渲染
🚦 期望结果
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: