Project

General

Profile

How to use flow chart syntax?

Added by dp dp over 6 years ago

I want to implement the flowchart function, using the markdown syntax. To this:

```flow
st=>start: start
e=>end: end
st->e
```

But it doesn't work,What is the correct grammar?