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
Describe the bug An example right from the mermaid documentation generates an error https://mermaid-js.github.io/mermaid/#/sequenceDiagram
To Reproduce add
sequenceDiagram actor Alice actor Bob Alice->>Bob: Hi Bob Bob->>Alice: Hi Alice
to an existing document
Expected behavior A diagram should be drawn
Screenshots / Screencasts
Sample Markdown File error_mermaid.md
Desktop (please complete the following information):
Typora Version Version 1.0.5 (6032)
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Put into #1661
Currently Typora uses mermaid 8.8,3 which actor is not supported yet, please use participant like https://github.com/mermaidjs/mermaid-gitbook/blob/master/content/sequenceDiagram.md
We will upgrade mermaid dependence from time to time in future.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
An example right from the mermaid documentation generates an error
https://mermaid-js.github.io/mermaid/#/sequenceDiagram
To Reproduce
add
to an existing document
Expected behavior
A diagram should be drawn
Screenshots / Screencasts
Sample Markdown File
error_mermaid.md
Desktop (please complete the following information):
Typora Version
Version 1.0.5 (6032)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: