diff --git a/cypress/platform/yari.html b/cypress/platform/yari.html index 547716ee7..501541c3b 100644 --- a/cypress/platform/yari.html +++ b/cypress/platform/yari.html @@ -449,7 +449,8 @@ --- config: theme: forest - look: handDrawn + look: handDrawns + layout: elk --- classDiagram direction RL @@ -464,8 +465,8 @@ -id : int -name : string } - Student "1" --o "1" IdCard : carries - Student "1" --o "1" Bike : rides + Student "1" o--o "1" IdCard : carries + Student "1" o--o "1" Bike : rides
+ --- + config: + layout: elk + --- + classDiagram + namespace Namespace1 { + class C1 + class C2 + } + C1 --> C2 + class C3 + class C4 ++
@@ -555,6 +573,7 @@ --- config: look: handDrawn + layout: elk --- classDiagram Class01 "1" <|--|> "*" AveryLongClass : Cool @@ -591,7 +610,9 @@