-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
Description
The mermaid rendering draws line through boxes.
Environment
- OS: Debian
- Ferrite version: 0.2.6-hotfix1
- Rust version:
- Installation method: pre-built binary
Steps to Reproduce
- add the following code and see preview:
graph TD
linkStyle default interpolate basis
A[Enter Chart Definition] --> B(Preview)
B --> C{decide}
C --> D[Keep]
C --> E[Edit Definition]
E --> B
D --> F[Save Image and Code]
F --> B
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]

Reactions are currently unavailable