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

[Mermaid] State diagram rendering of multiple same node loops #550

Closed
tsagkase opened this issue Jul 9, 2020 · 3 comments
Closed

[Mermaid] State diagram rendering of multiple same node loops #550

tsagkase opened this issue Jul 9, 2020 · 3 comments
Assignees
Milestone

Comments

@tsagkase
Copy link

tsagkase commented Jul 9, 2020

The following should render two loops:

```mermaid
stateDiagram
  I: Vditor
  [*] --> I
  I --> I: love
  I --> I: hate
```

Instead, the rendered result is
2020-07-09-115919_281x204_scrot

@Vanessa219
Copy link
Owner

It is OK in my demo. Can you show more details?

image

@jakekwak
Copy link
Contributor

jakekwak commented Jul 9, 2020

@Vanessa219 Vanessa219 self-assigned this Jul 9, 2020
@Vanessa219 Vanessa219 added this to the 3.3 milestone Jul 9, 2020
@Vanessa219
Copy link
Owner

443afd1

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

No branches or pull requests

3 participants