Files
pos-system/docs/en/test-mermaid.md
Ho Ngoc Hai 41232909d3 Add Mermaid
2026-01-08 10:28:30 +07:00

13 lines
175 B
Markdown

# 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.