Mermaid:Test w template: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
%% see for syntax https://mermaid.js.org/syntax/examples.html? | |||
graph LR | graph LR | ||
A[Square Rect] -- Link text --> B((Circle)) | A[Square Rect] -- Link text --> B((Circle)) |
Revision as of 11:30, 2023 April 12
%% see for syntax https://mermaid.js.org/syntax/examples.html?
graph LR
A[Square Rect] -- Link text --> B((Circle))
A --> C(Round Rect)
B --> D{Rhombus}
C --> D
%% see for syntax https://mermaid.js.org/syntax/examples.html? graph LR A[Square Rect] -- Link text --> B((Circle)) A --> C(Round Rect) B --> D{Rhombus} C --> D