Skip to content

Commit fc27bb1

Browse files
committed
[DOCS] Make the class diagram markers generator-friendly
This is in preparation for adding a script for generating the class diagram in #1297.
1 parent 1814dd7 commit fc27bb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -619,11 +619,10 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
619619
## Class diagram
620620

621621
```mermaid
622+
%% start of the generated part
622623
classDiagram
623624
direction LR
624625
625-
%% Start of the part originally generated from the PHP code using tasuku43/mermaid-class-diagram
626-
627626
class Anchor {
628627
}
629628
class AtRule {
@@ -777,7 +776,6 @@ classDiagram
777776
ValueList <|-- RuleValueList: inheritance
778777
Renderable <|.. Comment: realization
779778
Positionable <|.. Comment: realization
780-
781779
%% end of the generated part
782780
783781

0 commit comments

Comments
 (0)