Skip to content

Sequence diagram arrows and numbers disappear #270

@hak33m16

Description

@hak33m16

Extension version: v1.23.1
VS code version: 1.92.0

If you put a sequence diagram inside of a details tag, and then create another sequence diagram on that same page, all subsequence sequence diagrams will appear to be missing their arrows and numbers due to a coloring issue

# test

## First

<details>

``mermaid # removed 3rd backtick for sample
sequenceDiagram
    autonumber
    participant User
    participant Client
    User-->>Client: Talks to client
`` # removed 3rd backtick for sample

</details>

## Second

``mermaid # removed 3rd backtick for sample
sequenceDiagram
    autonumber
    participant User
    participant Client
    User-->>Client: Talks to client
`` # removed 3rd backtick for sample

Removing the details section fixes it

Two with first inside of details Screenshot 2024-08-09 at 2 52 45 PM
Highlight seemingly empty section Screenshot 2024-08-09 at 2 52 52 PM
No details section Screenshot 2024-08-09 at 2 56 49 PM

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions