Mermaid:Test w template
%% 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