You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are multiple class diagrams in a single markdown file, the same direction is applied to all of them.
e.g.
## Title```mermaidclassDiagram direction RL A <|-- B```## Title```mermaid%% this class diagram will also have direction RLclassDiagram Animal <|-- Dog```
The workaround is to redeclare the direction for every diagram. Not nice.
I'm unsure whether this is a problem in the extension, or the underlying mermaid library?
The text was updated successfully, but these errors were encountered:
When there are multiple class diagrams in a single markdown file, the same
direction
is applied to all of them.e.g.
The workaround is to redeclare the
direction
for every diagram. Not nice.I'm unsure whether this is a problem in the extension, or the underlying mermaid library?
The text was updated successfully, but these errors were encountered: