Skip to content

feat: support Mermaid diagrams by default #35

@jolexxa

Description

@jolexxa

It was brought to my attention recently that GitHub can render Mermaid diagrams inside markdown beautifully.

Mermaid's state diagrams are almost identical to the ones used by PlantUML, except it doesn't support nested state descriptions, which is what the logic blocks generator is currently making.

So instead of this:

state "State1" as state_one {
    state_one : text
}

We need to flatten it out, like this:

state "State1" as state_one

state_one : text

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions