feature: add anew templates
This commit is contained in:
8
templates/Blocks/Flow Chart (Block Template).md
Normal file
8
templates/Blocks/Flow Chart (Block Template).md
Normal file
@@ -0,0 +1,8 @@
|
||||
```mermaid
|
||||
graph TD
|
||||
A[Christmas] -->|Get money| B(Go shopping)
|
||||
B --> C{Let me think}
|
||||
C -->|One| D[Laptop]
|
||||
C -->|Two| E[iPhone]
|
||||
C -->|Three| F[fa:fa-car Car]
|
||||
```
|
||||
Reference in New Issue
Block a user