Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【mermaid 错误】notion正常显示 前端报语法错误 #2511

Open
zhiqing0205 opened this issue Jun 18, 2024 · 0 comments
Open

【mermaid 错误】notion正常显示 前端报语法错误 #2511

zhiqing0205 opened this issue Jun 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zhiqing0205
Copy link

描述bug
Syntax error in text
mermaid version 10.2.4

期望的正常结果
正常显示

复现步骤

graph TD
    A[开始] --> B[选择模型类型]
    B --> C[设置参数:迭代次数,内点阈值]
    C --> D[初始化最佳模型]
    D --> E[迭代 k 次]
    E --> F[从数据中随机选择样本子集]
    F --> G[拟合模型]
    G --> H[计算模型的内点数量]
    H --> I{内点数量 > 最佳内点数量?}
    I -->|是| J[更新最佳模型]
    I -->|否| K[检查迭代次数是否完成]
    J --> K
    K -->|否| E
    K -->|是| L[输出最佳模型]
    L --> M[结束]

环境

  • 【必填】NotionNext版本 4.6
  • 【必填】主题 hexo
  • 【必填】部署方案 node
  • 【可选】操作系统: windows
  • 【可选】浏览器 chrome

补充说明
【可选】与问题相关的其它说明

@zhiqing0205 zhiqing0205 added the bug Something isn't working label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants