mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01:00
💄 style(shortcodes): fix spacing in class diagram associations
- add spaces around association operators for consistent formatting
This commit is contained in:
parent
bb411abfc2
commit
59be662c90
1 changed files with 2 additions and 2 deletions
|
|
@ -79,9 +79,9 @@ classDiagram
|
||||||
+MakeAssumptions()
|
+MakeAssumptions()
|
||||||
}
|
}
|
||||||
CognitiveDistortions *-- AllOrNothingThinking
|
CognitiveDistortions *-- AllOrNothingThinking
|
||||||
CognitiveDistortions*-- Overgeneralization
|
CognitiveDistortions *-- Overgeneralization
|
||||||
CognitiveDistortions *-- MentalFilter
|
CognitiveDistortions *-- MentalFilter
|
||||||
CognitiveDistortions*-- JumpingToConclusions
|
CognitiveDistortions *-- JumpingToConclusions
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
The Mermaid shortcode supports two parameters:
|
The Mermaid shortcode supports two parameters:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue