We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that sequence diagram requires a new line at the end. Is it by design?
How to reproduce the "issue":
mermaid.parse('sequenceDiagram\nA->>B: How are you?') doesn't work.
mermaid.parse('sequenceDiagram\nA->>B: How are you?')
while mermaid.parse('sequenceDiagram\nA->>B: How are you?\n') does work.
mermaid.parse('sequenceDiagram\nA->>B: How are you?\n')
The text was updated successfully, but these errors were encountered:
Fix for issue #229, poor handling of activities in a gantt diagram wh…
eecd56d
…ere one activities follows a yet undefined activity.
dbd63ff
Merge pull request mermaid-js#229 from mermaid-js/dependabot/npm_and_…
ef9395f
…yarn/develop/tailwindcss-2.2.4 Bump tailwindcss from 2.2.2 to 2.2.4
No branches or pull requests
It seems that sequence diagram requires a new line at the end. Is it by design?
How to reproduce the "issue":
mermaid.parse('sequenceDiagram\nA->>B: How are you?')
doesn't work.while
mermaid.parse('sequenceDiagram\nA->>B: How are you?\n')
does work.The text was updated successfully, but these errors were encountered: