|
91 | 91 |
|
92 | 92 | <body>
|
93 | 93 | <pre id="diagram4" class="mermaid">
|
| 94 | +--- |
| 95 | +config: |
| 96 | + look: handDrawn |
| 97 | + theme: default |
| 98 | +--- |
| 99 | +flowchart LR |
| 100 | + n00@{ shape: triangle, label: 'This is a label for triangle shape' } |
| 101 | + n11@{ shape: sloped-rectangle, label: 'This is a label for sloped-rectangle shape' } |
| 102 | + n22@{ shape: horizontal-cylinder, label: 'This is a label for horizontal-cylinder shape' } |
| 103 | + n33@{ shape: flipped-triangle, label: 'This is a label for flipped-triangle shape' } |
| 104 | + n44@{ shape: hourglass, label: 'This is a label for hourglass shape' } |
| 105 | + n00 --> n11 |
| 106 | + n00 --> n22 |
| 107 | + n00 --> n33 |
| 108 | + n00 --> n44 |
| 109 | + n11 --> n22 |
| 110 | + n11 --> n33 |
| 111 | + n11 --> n44 |
| 112 | + n22 --> n33 |
| 113 | + n22 --> n44 |
| 114 | + n33 --> n44 |
| 115 | + </pre> |
| 116 | + <pre id="diagram4" class="mermaid"> |
| 117 | +--- |
| 118 | +config: |
| 119 | + look: handDrawn |
| 120 | + theme: default |
| 121 | +--- |
| 122 | +flowchart LR |
| 123 | + n22@{ shape: h-cyl } |
| 124 | + n00 --> n11 |
| 125 | + n00 --> n22 |
| 126 | + n11 --> n22 |
| 127 | + </pre> |
| 128 | + <pre id="diagram4" class="mermaid2"> |
94 | 129 | flowchart LR
|
95 | 130 | nA[Default] --> A@{ icon: 'fa:bell', form: 'rounded' }
|
96 | 131 |
|
97 | 132 | </pre>
|
98 |
| - <pre id="diagram4" class="mermaid"> |
| 133 | + <pre id="diagram4" class="mermaid2"> |
99 | 134 | flowchart LR
|
100 | 135 | nA[Style] --> A@{ icon: 'fa:bell', form: 'rounded' }
|
101 | 136 | style A fill:#f9f,stroke:#333,stroke-width:4px
|
102 | 137 | </pre>
|
103 |
| - <pre id="diagram4" class="mermaid"> |
| 138 | + <pre id="diagram4" class="mermaid2"> |
104 | 139 | flowchart LR
|
105 | 140 | nA[Class] --> A@{ icon: 'fa:bell', form: 'rounded' }
|
106 | 141 | A:::AClass
|
107 | 142 | classDef AClass fill:#f9f,stroke:#333,stroke-width:4px
|
108 | 143 | </pre>
|
109 |
| - <pre id="diagram4" class="mermaid"> |
| 144 | + <pre id="diagram4" class="mermaid2"> |
110 | 145 | flowchart LR
|
111 | 146 | nA[Class] --> A@{ icon: 'logos:aws', form: 'rounded' }
|
112 | 147 |
|
113 | 148 | </pre>
|
114 |
| - <pre id="diagram4" class="mermaid"> |
| 149 | + <pre id="diagram4" class="mermaid2"> |
115 | 150 | flowchart LR
|
116 | 151 | nA[Default] --> A@{ icon: 'fa:bell', form: 'square' }
|
117 | 152 |
|
118 | 153 | </pre>
|
119 |
| - <pre id="diagram4" class="mermaid"> |
| 154 | + <pre id="diagram4" class="mermaid2"> |
120 | 155 | flowchart LR
|
121 | 156 | nA[Style] --> A@{ icon: 'fa:bell', form: 'square' }
|
122 | 157 | style A fill:#f9f,stroke:#333,stroke-width:4px
|
123 | 158 | </pre>
|
124 |
| - <pre id="diagram4" class="mermaid"> |
| 159 | + <pre id="diagram4" class="mermaid2"> |
125 | 160 | flowchart LR
|
126 | 161 | nA[Class] --> A@{ icon: 'fa:bell', form: 'square' }
|
127 | 162 | A:::AClass
|
128 | 163 | classDef AClass fill:#f9f,stroke:#333,stroke-width:4px
|
129 | 164 | </pre>
|
130 |
| - <pre id="diagram4" class="mermaid"> |
| 165 | + <pre id="diagram4" class="mermaid2"> |
131 | 166 | flowchart LR
|
132 | 167 | nA[Class] --> A@{ icon: 'logos:aws', form: 'square' }
|
133 | 168 |
|
134 | 169 | </pre>
|
135 |
| - <pre id="diagram4" class="mermaid"> |
| 170 | + <pre id="diagram4" class="mermaid2"> |
136 | 171 | flowchart LR
|
137 | 172 | nA[Default] --> A@{ icon: 'fa:bell', form: 'circle' }
|
138 | 173 |
|
139 | 174 | </pre>
|
140 |
| - <pre id="diagram4" class="mermaid"> |
| 175 | + <pre id="diagram4" class="mermaid2"> |
141 | 176 | flowchart LR
|
142 | 177 | nA[Style] --> A@{ icon: 'fa:bell', form: 'circle' }
|
143 | 178 | style A fill:#f9f,stroke:#333,stroke-width:4px
|
144 | 179 | </pre>
|
145 |
| - <pre id="diagram4" class="mermaid"> |
| 180 | + <pre id="diagram4" class="mermaid2"> |
146 | 181 | flowchart LR
|
147 | 182 | nA[Class] --> A@{ icon: 'fa:bell', form: 'circle' }
|
148 | 183 | A:::AClass
|
149 | 184 | classDef AClass fill:#f9f,stroke:#333,stroke-width:4px
|
150 | 185 | </pre>
|
151 |
| - <pre id="diagram4" class="mermaid"> |
| 186 | + <pre id="diagram4" class="mermaid2"> |
152 | 187 | flowchart LR
|
153 | 188 | nA[Class] --> A@{ icon: 'logos:aws', form: 'circle' }
|
154 | 189 | A:::AClass
|
155 | 190 | classDef AClass fill:#f9f,stroke:#333,stroke-width:4px
|
156 | 191 | </pre>
|
157 |
| - <pre id="diagram4" class="mermaid"> |
| 192 | + <pre id="diagram4" class="mermaid2"> |
158 | 193 | flowchart LR
|
159 | 194 | nA[Style] --> A@{ icon: 'logos:aws', form: 'circle' }
|
160 | 195 | style A fill:#f9f,stroke:#333,stroke-width:4px
|
|
0 commit comments