diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-26 00:14:19 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-26 00:14:19 +0800 |
| commit | d415bbb33a1c2a3f9a2492668b57c4db0098ef1d (patch) | |
| tree | ba2f9ac78a88603bd6183e2c0c313ac15329c3e4 /snippets/mermaid_simple_diagram | |
| parent | 59de29d5164d245dda1608f5e14cf4e1c981ad3e (diff) | |
Update
Diffstat (limited to 'snippets/mermaid_simple_diagram')
| -rw-r--r-- | snippets/mermaid_simple_diagram | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/snippets/mermaid_simple_diagram b/snippets/mermaid_simple_diagram new file mode 100644 index 0000000..9a7d25d --- /dev/null +++ b/snippets/mermaid_simple_diagram | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | graph TD | ||
| 2 | A[Enter Chart Definition] --> B(Preview) | ||
| 3 | B --> C{decide} | ||
| 4 | C --> D[Keep] | ||
| 5 | C --> E[Edit Definition] | ||
| 6 | E --> B | ||
| 7 | D --> F[Save Image and Code] | ||
| 8 | F --> B | ||