convert to cli tool
This commit is contained in:
parent
48040a4f56
commit
5848b471ec
4 changed files with 91 additions and 7 deletions
4
example.mmd
Normal file
4
example.mmd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
graph TD
|
||||
A[Start] --> B{Decision}
|
||||
B -->|Yes| C[Action]
|
||||
B -->|No| D[End]
|
||||
Loading…
Add table
Add a link
Reference in a new issue