This repository was archived by the owner on Jan 10, 2024. It is now read-only.
Replies: 1 comment 4 replies
-
Is WebSequenceDiagrams compatible with Mermaid? Edit: no, it doesn't seem to be, so I'm not sure why you're trying to render a WebSequenceDiagrams definition with Mermaid. Moving to a discussion... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm not sure if this is a bug in mermaid, an issue with my DSL, or a bug in the exporter.
When I generate a WebSequence export, the lines look like this:
Yet in Notion.so, it generates this error:
If I fix that by removing
<<Person>>\n
it'll generate the same errors for<<Component>>\n
Is this a Mermaid bug, or a Structurizr issue?
Also, I find Structurizr uses
->
when I think the expectation is->>
and-->>
but maybe that's me?Steps to reproduce
structurizr.sh export -w ANS.dsl -f websequencediagrams
Screenshot
Fixing that gives:
Code sample
Configuration
structurizr-cli: 1.33.1
structurizr-java: 1.26.1
structurizr-dsl: 1.32.0
structurizr-export: 1.16.1
structurizr-import: v1.5.0
Java: 11.0.20.1/Homebrew (/opt/homebrew/Cellar/openjdk@11/11.0.20.1/libexec/openjdk.jdk/Contents/Home)
OS: Mac OS X 14.0 (aarch64)
Severity
Minor
Priority
Low
Resolution
I have no budget and there's no rush, please fix this for free
More information
I might be able to fix myself, but we may be subscribing to the cloud service anyway.
Beta Was this translation helpful? Give feedback.
All reactions