Mermaid-Chart / vscode-mermaid-preview

Previews Mermaid diagrams
MIT License
142 stars 15 forks source link

Nested state comments not working #115

Open tonisives opened 1 year ago

tonisives commented 1 year ago

Expected behaviour

file.mmd

stateDiagram-v2
  alice --> bob: Hello bob, how are you?
  bob --> state2
  state state2 {
    %% comments set as separate states
    bob1 --> alice2: I am good thanks!
  }

Actual behaviour

Screenshot 2023-04-01 at 16 28 39

Include:

apipkin-coxauto commented 1 month ago

I also run into this with class diagrams, but not quite the same output

image image