Open h0lg opened 2 weeks ago
When I add more than one self-reference to a node on a class diagram, only the last one is rendered.
Create more than one self-reference for any node.
No response
classDiagram classG <-- classG : ref1 classG <-- classG : ref2
on https://mermaid.js.org/syntax/classDiagram.html :
The Github renderer seems not to have an issue with this:
Description
When I add more than one self-reference to a node on a class diagram, only the last one is rendered.
Steps to reproduce
Create more than one self-reference for any node.
Screenshots
No response
Code Sample
on https://mermaid.js.org/syntax/classDiagram.html :
Setup