Quote Mermaid node label to fix rendering

This commit is contained in:
gnekt
2026-03-23 20:38:35 +01:00
parent c1c24a65bc
commit 1ebe161117

View File

@@ -100,7 +100,7 @@ Each crew member is an isolated AI with its own system prompt, tool restrictions
```mermaid
graph TB
User((You))
Claude[Claude Code\nDispatcher]
Claude["Claude Code\nDispatcher"]
User -->|"talk naturally"| Claude
Claude -->|"activates the right agent"| Agents