Mermaid:Test w template

From CCMDB Wiki
Revision as of 12:30, 2023 April 12 by Ttenbergen (talk | contribs)
Jump to navigation Jump to search
%% 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