-
Notifications
You must be signed in to change notification settings - Fork 313
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
utils: fix mermaid output. #54
Conversation
go.mod
Outdated
@@ -1,3 +1,3 @@ | |||
module github.com/looplab/fsm | |||
module github.com/peteut/fsm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftovers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, sorry about that. Forgot to do a branch. Should be fixed now.
Does this change keep backward compatibility? |
I'm new to mermaid-js and have to check the changelog regarding syntax changes. |
Thanks @peteut I just figured out I accidentally used
It should be fine because we use another (and now right) chart type |
I did run into a syntax error with the |
Tell me when you feel that this is ready to be merged. I don't currently have the possibility to try this out. |
@peteut is this ready to be merged tho? |
Yes, it is. |
Fixes mermaid-js output according https://mermaid-js.github.io/mermaid/#/stateDiagram.