Mermaid:Test w template: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) Created page with "graph LR A[Square Rect] -- Link text --> B((Circle)) A --> C(Round Rect) B --> D{Rhombus} C --> D" |
Ttenbergen (talk | contribs) 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 11: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