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
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:
I'm using Typora 1.0.2 Licenced Version under Linux MX distro
The text was updated successfully, but these errors were encountered:
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:
The result i have:
I'm using Typora 1.0.2 Licenced Version under Linux MX distro
The text was updated successfully, but these errors were encountered: