Mermaid:Test w template: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<!-- comment? -->
%% 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 12: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