You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
A view description containing ( character generates mermaid file that will not render. Seems to affect any of the graphs that leverage subgraph in mermaid. (SystemLandscape is not affected for example).
Steps to reproduce
Create a sample .dsl with view description containing (
workspace "test" {
model {
customer = person "Customer"
onlineBookStore = softwareSystem "Online book store" {
webapp = container "Web Application"
database = container "Database"
}
customer -> webapp "Browses and makes purchases using"
webapp -> database "Reads from and writes to"
}
views {
systemcontext onlineBookStore {
title "Request past orders feature (TEST)"
include *
autoLayout lr
}
}
}
Description
A view description containing
(
character generates mermaid file that will not render. Seems to affect any of the graphs that leveragesubgraph
in mermaid. (SystemLandscape is not affected for example).Steps to reproduce
.dsl
with view description containing(
Note the diagram title is wrapped in
""
Screenshot
No response
Code sample
No response
Configuration
Severity
Minor
Priority
Low
Resolution
I have no budget and there's no rush, please fix this for free
More information
No response
The text was updated successfully, but these errors were encountered: