-
Suggestion
-
Resolution: Answered
-
None
-
None
-
None
stackedit renders sequence diagrams and flow charts in markdown with the following syntax:
```flow st=>start: Start e=>end op=>operation: My Operation cond=>condition: Yes or No? st->op->cond cond(yes)->e cond(no)->op ```
as
Would be great if Stash could do this too.