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
When drawing diagrams with mermaid in Typora on my mac, the rendered output looks different than all the examples shown here: https://support.typora.io/Draw-Diagrams-With-Markdown/#mermaid
Specifically, the labels for each node are vertically offset from the center. On my machine with v1.6.7
compared with (github)
graph LR a-->B
Is this configurable, or a bug in the formatting? The centered labels look much cleaner to me.
Another comparison: (typora v1.6.7)
(github)
graph LR A[Hard edge] -->B(Round edge) B --> C{Decision} C -->|One| D[Result one] C -->|Two| E[Result two]
The text was updated successfully, but these errors were encountered:
update: same issue with v1.7.2-dev with its newer version of mermaid on mac
mermaid
Sorry, something went wrong.
v1.7 on a linux version of typora centers the labels correctly
fixed in 1.7.5
the problem appears to not be fixed in 1.7.5 on mac
No branches or pull requests
When drawing diagrams with mermaid in Typora on my mac, the rendered output looks different than all the examples shown here: https://support.typora.io/Draw-Diagrams-With-Markdown/#mermaid
Specifically, the labels for each node are vertically offset from the center.
On my machine with v1.6.7
compared with
(github)
Is this configurable, or a bug in the formatting? The centered labels look much cleaner to me.
Another comparison:
(typora v1.6.7)
(github)
The text was updated successfully, but these errors were encountered: