Skip to content

Commit 766238d

Browse files
authored
[CLEANUP] Avoid spaces before colons in the Mermaid code (#1300)
1 parent 1d8b855 commit 766238d

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -781,28 +781,28 @@ classDiagram
781781
%% end of the generated part
782782
783783
784-
Anchor --> "1" ParserState : parserState
785-
CSSList --> "*" CSSList : contents
786-
CSSList --> "*" Charset : contents
787-
CSSList --> "*" Comment : comments
788-
CSSList --> "*" Import : contents
789-
CSSList --> "*" RuleSet : contents
790-
CSSNamespace --> "*" Comment : comments
791-
Charset --> "*" Comment : comments
792-
Charset --> "1" CSSString : charset
793-
DeclarationBlock --> "*" Selector : selectors
794-
Import --> "*" Comment : comments
795-
OutputFormat --> "1" OutputFormat : nextLevelFormat
796-
OutputFormat --> "1" OutputFormatter : outputFormatter
797-
OutputFormatter --> "1" OutputFormat : outputFormat
798-
Parser --> "1" ParserState : parserState
799-
ParserState --> "1" Settings : parserSettings
800-
Rule --> "*" Comment : comments
801-
Rule --> "1" RuleValueList : value
802-
RuleSet --> "*" Comment : comments
803-
RuleSet --> "*" Rule : rules
804-
URL --> "1" CSSString : url
805-
ValueList --> "*" Value : components
784+
Anchor --> "1" ParserState: parserState
785+
CSSList --> "*" CSSList: contents
786+
CSSList --> "*" Charset: contents
787+
CSSList --> "*" Comment: comments
788+
CSSList --> "*" Import: contents
789+
CSSList --> "*" RuleSet: contents
790+
CSSNamespace --> "*" Comment: comments
791+
Charset --> "*" Comment: comments
792+
Charset --> "1" CSSString: charset
793+
DeclarationBlock --> "*" Selector: selectors
794+
Import --> "*" Comment: comments
795+
OutputFormat --> "1" OutputFormat: nextLevelFormat
796+
OutputFormat --> "1" OutputFormatter: outputFormatter
797+
OutputFormatter --> "1" OutputFormat: outputFormat
798+
Parser --> "1" ParserState: parserState
799+
ParserState --> "1" Settings: parserSettings
800+
Rule --> "*" Comment: comments
801+
Rule --> "1" RuleValueList: value
802+
RuleSet --> "*" Comment: comments
803+
RuleSet --> "*" Rule: rules
804+
URL --> "1" CSSString: url
805+
ValueList --> "*" Value: components
806806
```
807807

808808
## API and deprecation policy

0 commit comments

Comments
 (0)