Skip to content
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

Mermaid don't draw arrows in links. No background on link label #4851

Closed
GSoftwareDevelopment opened this issue Nov 28, 2021 · 2 comments
Closed

Comments

@GSoftwareDevelopment
Copy link

I used the mermaid extension to draw the diagram, however, even though I indicated in the code that the links between blocks should be terminated with an arrow, this one does not.
There is also no background for the link labels, causing them to overlap the link line.

Code:

flowchart TB
	A("START") --> A'[["getLayoutColorsData"]]
	A' --> B[["parseLayoutBefore"]]
	B --> C[/"for each line definition"/]
	C --> D[["buildLineSchema"]]
	D --> E[["parseLineBefore"]]
	E --> F[/"for each elements in line definition"/]
	F --> G[["parseElement"]]
	G --> H{"It is last element?"} -- No --> F
	H --> I[["parseLineAfter"]]
	I --> J{"It is last line?"} -- No --> C
	J --> K(END)
Loading

The result i have:
bad flowchart block linking

I'm using Typora 1.0.2 Licenced Version under Linux MX distro

@StudentWeis
Copy link

I have the same problem.

@abnerlee
Copy link
Contributor

abnerlee commented Dec 2, 2021

put into #1661

@abnerlee abnerlee closed this as completed Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants