cursor icon indicating copy to clipboard operation
cursor copied to clipboard

Apply function has issues with Mermaid graph

Open boan-anbo opened this issue 1 year ago • 0 comments

In composer mode, when the model tries to write to a Markdown to insert a Mermaid graph, it fails to do so and can only output it in the chat box like so:

mermaid graph LR A[Client] --> B[Commands] A --> C[Queries] B --> D[Command Handler] C --> E[Query Handler] D --> F[Project Aggregate] F --> G[Event Store] E --> H[Read Model] G --> I[Event Handler] I --> H

boan-anbo avatar Oct 03 '24 11:10 boan-anbo