Skip to content

ClassDef in state diagrams not supported #121

Open
@Chadehoc

Description

@Chadehoc

Expected behaviour

With some italics:

```mermaid
stateDiagram-v2
    a: blabla
    b: hello
    a --> b

    classDef em font-style:italic
    class a em
```
stateDiagram-v2
    a: blabla
    b: hello
    a --> b

    classDef em font-style:italic
    class a em
Loading

Actual behaviour

```mermaid
diagram is not syntactically correct
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions