Skip to content

Commit 7606d98

Browse files
committed
add test for mermaid
1 parent 0fb6b73 commit 7606d98

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

md/test-md-file.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ Mama -> Günter
3131
Gerald -> Mama
3232
Günter -> Gerald
3333
```
34+
## Test Mermaid
35+
```mermaid
36+
flowchart TD
37+
A[Christmas] -->|Get money| B(Go shopping)
38+
B --> C{Let me think}
39+
C -->|One| D[Laptop]
40+
C -->|Two| E[iPhone]
41+
C -->|Three| F[fa:fa-car Car]
42+
```
3443

3544
## Test Code Tags
3645
```java

0 commit comments

Comments
 (0)