Skip to content

It seems that Ursine couldn't handle the flowchart of the mermaid. #40

@Konfido

Description

@Konfido

Here is my test codes:

```mermaid
graph LR
%% LR: left2right, TD/TB: top2down, RL/BT
	subgraph 2
    a == d ==> c
    c --> d((Decision))
    end
	subgraph 1
	A[Hard edge] -->re(Round edge)
	A -.-a
	re -.->C{circle}
    C --- X[X]
    C -->|Two| B[B]
    C -.Three .-> D[C]
    end
    style a fill:#f9f,stroke:#333,stroke-width:4px
    style C fill:#ccf,stroke:#f66,stroke-width:2px,stroke-dasharray: 5, 5
```

Problems found:

  • the arrow of directed line is missing
  • the color of font and background need to be rendered slightly. I test another theme, "Night", and here is the comparison of results.
    image
    image

Please help to solve this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions