fix: remove br tags from Mermaid labels — bare minimum labels to ensure render

This commit is contained in:
matthalltech 2026-04-01 13:53:36 +00:00
parent f4e6d87f62
commit 81a170bb31

View file

@ -12,11 +12,11 @@
```mermaid ```mermaid
flowchart LR flowchart LR
host["Your Machine<br/>Secrets and workspace folders"] host["Your Machine"]
container["Bounded Container<br/>Claude Code, Codex, Gemini"] container["Bounded Container"]
repo["Git Repository<br/>Rules, state docs, scripts"] repo["Git Repository"]
host -->|mounts into| container host -->|workspace mounts into| container
container -->|reads and writes| repo container -->|reads and writes| repo
``` ```