feature: add anew templates
This commit is contained in:
9
templates/Blocks/State Diagram Chart (Block Template).md
Normal file
9
templates/Blocks/State Diagram Chart (Block Template).md
Normal file
@@ -0,0 +1,9 @@
|
||||
```mermaid
|
||||
stateDiagram-v2
|
||||
[*] --> Still
|
||||
Still --> [*]
|
||||
Still --> Moving
|
||||
Moving --> Still
|
||||
Moving --> Crash
|
||||
Crash --> [*]
|
||||
```
|
||||
Reference in New Issue
Block a user