Hi,
Is there any support for markdown flowcharts/diagrams/uml?
Example:
Pipeline Flow
-------------
```flow
st=>start: scm checkout
op=>operation: read plugin file
op2=>operation: download plugins
op3=>operation: tar ./build/grafana-dashboards
cond=>condition: file empty
e=>end: push tar to bucket
st->op->cond->op2->op3->e
cond(yes)->op3
cond(no)->op2
I have the same question.
I wrote a flow chart using markdown and just the raw code is being shown in the README preview mode.
Hi!
Hm , do you mean extend via app/plugin ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.