Skip to content

[BUG]: Mermaid Sankey not supported anymore? #528

@wein-geist

Description

@wein-geist

Describe the bug

I used to have a few Sankey diagrams written in Mermaid. But it seems like they dont work anymore, I think since upgrading to 1.24.0.

Steps to Reproduce

Create a sample mermaid sankey diagram (remove \ to use):

\```mermaid

sankey

A,C, 100
B,C, 200
C,D, 50
C,E, 250

\```

It should look like this:

Image

But instead it throws an error, that it doesnt recognize the sankey keyword:

Mermaid Error:
No diagram type detected matching given configuration for text: sankey A,C, 100 B,C, 200 C,D, 50 C,E, 250 

How do you run Jotty?

Proxmox community script

Jotty Version

1.24.0

Checklist

  • I have searched across other issues to make sure this bug has not been already reported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedThis has been accepted and will be worked onto be deployedBeen worked on and will be deployed in the next release

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions