Mermaid:Test w template: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
(Created page with "graph LR A[Square Rect] -- Link text --> B((Circle)) A --> C(Round Rect) B --> D{Rhombus} C --> D")
 
mNo edit summary
Line 1: Line 1:
<!-- comment? -->
graph LR
graph LR
     A[Square Rect] -- Link text --> B((Circle))
     A[Square Rect] -- Link text --> B((Circle))

Revision as of 12:29, 2023 April 12

<!-- comment? --> graph LR A[Square Rect] -- Link text --> B((Circle)) A --> C(Round Rect) B --> D{Rhombus} C --> D
<!-- comment? -->
graph LR
    A[Square Rect] -- Link text --> B((Circle))
    A --> C(Round Rect)
    B --> D{Rhombus}
    C --> D