Add Mermaid
This commit is contained in:
12
docs/en/test-mermaid.md
Normal file
12
docs/en/test-mermaid.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Mermaid Test
|
||||
|
||||
This is a test diagram.
|
||||
|
||||
```mermaid
|
||||
graph TD;
|
||||
A[Start] --> B{Is it working?};
|
||||
B -- Yes --> C[Great!];
|
||||
B -- No --> D[Debug more];
|
||||
```
|
||||
|
||||
End of test.
|
||||
Reference in New Issue
Block a user