mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-08 10:06:40 +02:00
add flowchart documentation
This commit is contained in:
@@ -828,6 +828,16 @@ Formatting:
|
|||||||
|
|
||||||
This feature is applicable to node labels, edge labels, and subgraph labels.
|
This feature is applicable to node labels, edge labels, and subgraph labels.
|
||||||
|
|
||||||
|
The auto wrapping can be disabled by using
|
||||||
|
|
||||||
|
```mermaid-example
|
||||||
|
%%{init: {"markdownAutoWrap": false} }%%
|
||||||
|
```
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
%%{init: {"markdownAutoWrap": false} }%%
|
||||||
|
```
|
||||||
|
|
||||||
## Interaction
|
## Interaction
|
||||||
|
|
||||||
It is possible to bind a click event to a node, the click can lead to either a javascript callback or to a link which will be opened in a new browser tab.
|
It is possible to bind a click event to a node, the click can lead to either a javascript callback or to a link which will be opened in a new browser tab.
|
||||||
|
@@ -519,6 +519,12 @@ Formatting:
|
|||||||
|
|
||||||
This feature is applicable to node labels, edge labels, and subgraph labels.
|
This feature is applicable to node labels, edge labels, and subgraph labels.
|
||||||
|
|
||||||
|
The auto wrapping can be disabled by using
|
||||||
|
|
||||||
|
```mermaid-example
|
||||||
|
%%{init: {"markdownAutoWrap": false} }%%
|
||||||
|
```
|
||||||
|
|
||||||
## Interaction
|
## Interaction
|
||||||
|
|
||||||
It is possible to bind a click event to a node, the click can lead to either a javascript callback or to a link which will be opened in a new browser tab.
|
It is possible to bind a click event to a node, the click can lead to either a javascript callback or to a link which will be opened in a new browser tab.
|
||||||
|
Reference in New Issue
Block a user