Skip to content

Commit a55b21f

Browse files
committed
docs: Add template file 'sample mermaid diagram.md'
1 parent e63d988 commit a55b21f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
```mermaid
2+
flowchart LR
3+
1[Input Data]
4+
2[Updated Code]
5+
3{Output the same?}
6+
1 --> 2
7+
2 --> 3
8+
9+
4[Pass]
10+
3---|Yes|4
11+
linkStyle 2 stroke:green
12+
13+
5[Fail]
14+
6[Open diff tool to show changes]
15+
3---|No|5
16+
5 --> 6
17+
18+
linkStyle 3 stroke:red
19+
```

0 commit comments

Comments
 (0)