Add Mermaid

This commit is contained in:
Ho Ngoc Hai
2026-01-08 10:28:30 +07:00
parent 9884947953
commit 41232909d3
5 changed files with 881 additions and 2 deletions

12
docs/en/test-mermaid.md Normal file
View 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.