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
|
||||
flowchart TD
|
||||
subgraph Layout
|
||||
title[Title Bar<br/>project | branch | model | tokens | connection]
|
||||
conversation[Conversation Area<br/>user + assistant messages,<br/>tool output, status]
|
||||
input[Input Bar<br/>current line]
|
||||
title["Title Bar<br/>project, branch, model, tokens, connection"]
|
||||
conversation["Conversation Area<br/>user + assistant messages,<br/>tool output, status"]
|
||||
input["Input Bar<br/>current line"]
|
||||
end
|
||||
|
||||
title --> conversation
|
||||
|
||||
Reference in New Issue
Block a user