otahi·10 anni fa·discussLooks great!I think StackEdit is another tool to create flowcharts and sequence diagrams.https://stackedit.io/editorhttps://github.com/benweet/stackedit/blob/master/public/res/...We can create a flow chart with following markdown.```flowst=>starte=>endst->e```
I think StackEdit is another tool to create flowcharts and sequence diagrams.
https://stackedit.io/editor
https://github.com/benweet/stackedit/blob/master/public/res/...
We can create a flow chart with following markdown.
```flow
st=>start
e=>end
st->e
```