fix: escape pipe chars in mermaid TUI diagram
This commit is contained in:
@@ -133,9 +133,9 @@ Choosing "yes, always allow" upgrades the permission to `always` for the rest of
|
|||||||
```mermaid
|
```mermaid
|
||||||
flowchart TD
|
flowchart TD
|
||||||
subgraph Layout
|
subgraph Layout
|
||||||
title[Title Bar<br/>project | branch | model | tokens | connection]
|
title["Title Bar<br/>project, branch, model, tokens, connection"]
|
||||||
conversation[Conversation Area<br/>user + assistant messages,<br/>tool output, status]
|
conversation["Conversation Area<br/>user + assistant messages,<br/>tool output, status"]
|
||||||
input[Input Bar<br/>current line]
|
input["Input Bar<br/>current line"]
|
||||||
end
|
end
|
||||||
|
|
||||||
title --> conversation
|
title --> conversation
|
||||||
|
|||||||
Reference in New Issue
Block a user