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
Highlight seemingly empty section
No details section
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
Removing the details section fixes it
Two with first inside of details
Highlight seemingly empty section
No details section