File tree 2 files changed +23
-0
lines changed
packages/mermaid/src/docs
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,20 @@ flowchart LR
264
264
A --- B
265
265
```
266
266
267
+ ### An invisisble link
268
+
269
+ This can be a usefull tool in some instances where you want to alter the default positining of a node.
270
+
271
+ ``` mermaid-example
272
+ flowchart LR
273
+ A ~~~ B
274
+ ```
275
+
276
+ ``` mermaid
277
+ flowchart LR
278
+ A ~~~ B
279
+ ```
280
+
267
281
### Text on links
268
282
269
283
``` mermaid-example
Original file line number Diff line number Diff line change @@ -167,6 +167,15 @@ flowchart LR
167
167
A --- B
168
168
```
169
169
170
+ ### An invisisble link
171
+
172
+ This can be a usefull tool in some instances where you want to alter the default positining of a node.
173
+
174
+ ``` mermaid-example
175
+ flowchart LR
176
+ A ~~~ B
177
+ ```
178
+
170
179
### Text on links
171
180
172
181
``` mermaid-example
You can’t perform that action at this time.
0 commit comments