fix: remove br tags from Mermaid labels — bare minimum labels to ensure render
This commit is contained in:
parent
f4e6d87f62
commit
81a170bb31
1 changed files with 4 additions and 4 deletions
|
|
@ -12,11 +12,11 @@
|
|||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
host["Your Machine<br/>Secrets and workspace folders"]
|
||||
container["Bounded Container<br/>Claude Code, Codex, Gemini"]
|
||||
repo["Git Repository<br/>Rules, state docs, scripts"]
|
||||
host["Your Machine"]
|
||||
container["Bounded Container"]
|
||||
repo["Git Repository"]
|
||||
|
||||
host -->|mounts into| container
|
||||
host -->|workspace mounts into| container
|
||||
container -->|reads and writes| repo
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue