You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searched existing issues to avoid creating duplicates.
Confirmed that it can be reproduced in built-in themes without customized css.
If it only exists in 3rd party themes or css, you can still report it, but please attach the theme target or the css file. We may not "fix" it, if it is caused by 3rd party themes or css styles that we cannot support.
Describe the bug
In a mermaid flowchart multiple arrows going from one element to another do not render their labels properly.
i.e. If A has 2 labeled arrows pointing to B, the second of the 2 arrows will render incorrectly.
Expected behavior
A diagram that looks like this (via mermaid.live)
Screenshots / Screencasts
This is what gets rendered instead
Notice that the labels for the second and third arrows seem to stack up on top of one another in the top left corner.
Searched existing issues to avoid creating duplicates.
Confirmed that it can be reproduced in built-in themes without customized css.
If it only exists in 3rd party themes or css, you can still report it, but please attach the theme target or the css file. We may not "fix" it, if it is caused by 3rd party themes or css styles that we cannot support.
Searched http://support.typora.io/
Describe the bug
In a mermaid
flowchart
multiple arrows going from one element to another do not render their labels properly.i.e. If
A
has 2 labeled arrows pointing toB
, the second of the 2 arrows will render incorrectly.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A diagram that looks like this (via mermaid.live)
Screenshots / Screencasts
This is what gets rendered instead
Notice that the labels for the second and third arrows seem to stack up on top of one another in the top left corner.
Sample Markdown File
[see Expected Behavior section]
Desktop (please complete the following information):
Typora Version
1.0.2
Additional context
This may be related somewhat to #4851.
The text was updated successfully, but these errors were encountered: