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
|
```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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue