flowchart LR
    %% Actors
    A
    subgraph Sub
        B --> C
    end
    %% Accusations
    A --L --> Sub
    %% Offense
    B --> A
    
    
      stateDiagram-v2
      [*] --> S1
      S1 --> S2: long line using
should work
      S1 --> S3: long line using 
should work
      S1 --> S4: long line using \\nshould work
    
    
      gantt
        title Style today marker (vertical line should be 5px wide and half-transparent blue)
        dateFormat YYYY-MM-DD
        axisFormat %d
        todayMarker stroke-width:5px,stroke:#00f,opacity:0.5
        section Section1
        Today: 1, -1h