#772  Able to embed mermaid chart in markdown
Released
dim opened 2 years ago

[版本]7.0.9 希望能支持一下

Robin Shen commented 2 years ago

具体什么流程图?

dim commented 2 years ago
title: 页面进入流程
participant 用户端
participant 前端App
participant 后台服务

note over 用户端: 入口点击进入
用户端->后台服务 : 用户点击入口访问后台服务
note over 后台服务:逻辑处理 
后台服务-->前端App : 得到参数,进行业务处理
note over 前端App: 页面处理
前端App-->用户端 :页面展现

st=>start: index
op=>operation: 申请
op2=>operation: 结果页
op3=>operation: 查询本地
i1=>inputoutput: bid入库
i2=>inputoutput: 填写个人信息
c1=>condition: 检查登录
c2=>condition: 登录
c3=>condition: 查询本地记录
c4=>condition: 检测状态
c5=>operation: 风控审核
e=>end

st->op->c1()
c1(no)->c2(yes)->op()
c1(yes)->c3(no)->i1(right)->i2(right)->c5()->op2->e
c1(yes)->c3(yes)->c4(no)->i2
c1(yes)->c3(yes)->c4(yes)->op3->op2
c3()->e
dim commented 2 years ago

sequence flow mermaid 这种

Robin Shen changed title 2 years ago
Previous Value Current Value
markdown语法不支持流程图?
Markdown flowchart support
Robin Shen changed title 1 year ago
Previous Value Current Value
Markdown flowchart support
Mermaid chart support
Robin Shen commented 1 year ago

The syntax to emed mermaid charts:

```mermaid
sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts 
prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good! ```
Robin Shen changed title 1 year ago
Previous Value Current Value
Mermaid chart support
Able to embed mermaid chart in markdown
OneDev changed state to 'Closed' 1 year ago
Previous Value Current Value
Open
Closed
OneDev commented 1 year ago

State changed as code fixing the issue is committed

Robin Shen added to milestone "7.7.0" 1 year ago
OneDev changed state to 'Released' 1 year ago
Previous Value Current Value
Closed
Released
OneDev commented 1 year ago

State changed as build #3035 is successful

issue 1 of 1
Type
New Feature
Priority
Normal
Assignee
Milestones
Issue Votes (0)
Watchers (4)
Reference
onedev/server#772
Please wait...
Page is in error, reload to recover