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

175 B

Mermaid Test

This is a test diagram.

graph TD;
    A[Start] --> B{Is it working?};
    B -- Yes --> C[Great!];
    B -- No --> D[Debug more];

End of test.