Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested state comments not working #115

Open
tonisives opened this issue Apr 1, 2023 · 1 comment
Open

Nested state comments not working #115

tonisives opened this issue Apr 1, 2023 · 1 comment

Comments

@tonisives
Copy link

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!
  }
Loading

Actual behaviour

Screenshot 2023-04-01 at 16 28 39

Include:

  • Screenshot
  • Preview mode: Mermaid|Markdown
  • Theme used: light|dark
@apipkin-coxauto
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants