Mermaid Auto-Detection Test
This page contains a Mermaid diagram to test auto-detection:
graph TD;
A[Start] --> B{Is Auto-Detection Working?};
B -->|Yes| C[Great!];
B -->|No| D[Check Console];
C --> E[Success!];
D --> F[Debug Required];
E --> G[End];
F --> G;
If auto-detection is working, you should see:
- Console message: "Mermaid diagrams detected, loading library..."
- Console message: "Mermaid.js v10 loaded and initialized successfully"
- The diagram above should render as a flowchart