mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02: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()
|
||||
}
|
||||
CognitiveDistortions *-- AllOrNothingThinking
|
||||
CognitiveDistortions*-- Overgeneralization
|
||||
CognitiveDistortions *-- Overgeneralization
|
||||
CognitiveDistortions *-- MentalFilter
|
||||
CognitiveDistortions*-- JumpingToConclusions
|
||||
CognitiveDistortions *-- JumpingToConclusions
|
||||
{% end %}
|
||||
|
||||
The Mermaid shortcode supports two parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue