Skip to content

Markdown UML & flowchart support

Description

Add UML sequence and flowchart support to Gitlab Markdown editor

Proposal

Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!

graph1

And flow charts like this:

st=>start: Start
e=>end
op=>operation: My Operation
cond=>condition: Yes or No?

st->op->cond
cond(yes)->e
cond(no)->op

graph2

Links / references

https://stackedit.io/editor ( section : UML diagrams )