mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-17 07:19:24 +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.
|
||||
|
||||
The auto wrapping can be disabled by using
|
||||
|
||||
```mermaid-example
|
||||
%%{init: {"markdownAutoWrap": false} }%%
|
||||
```
|
||||
|
||||
```mermaid
|
||||
%%{init: {"markdownAutoWrap": false} }%%
|
||||
```
|
||||
|
||||
## 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.
|
||||
|
@@ -519,6 +519,12 @@ Formatting:
|
||||
|
||||
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
|
||||
|
||||
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