Skip to content

Commit b95811f

Browse files
authored
[DOCS] Make the class diagram markers generator-friendly (#1302)
This is in preparation for adding a script for generating the class diagram in #1297.
1 parent 8260bba commit b95811f

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 {
@@ -779,7 +778,6 @@ classDiagram
779778
ValueList <|-- RuleValueList: inheritance
780779
Renderable <|.. Comment: realization
781780
Positionable <|.. Comment: realization
782-
783781
%% end of the generated part
784782
785783

0 commit comments

Comments
 (0)