Rename info to note

This commit is contained in:
Oliver Kopp
2023-06-12 09:48:28 +02:00
committed by GitHub
parent 26d0e5cb04
commit ea138ef29f

View File

@@ -500,7 +500,7 @@ This feature is applicable to node labels, edge labels, and subgraph labels.
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.
```info ```note
This functionality is disabled when using `securityLevel='strict'` and enabled when using `securityLevel='loose'`. This functionality is disabled when using `securityLevel='strict'` and enabled when using `securityLevel='loose'`.
``` ```
@@ -745,7 +745,7 @@ You can change the renderer to elk by adding this directive:
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%% %%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
``` ```
```info ```note
Note that the site needs to use mermaid version 9.4+ for this to work and have this featured enabled in the lazy-loading configuration. Note that the site needs to use mermaid version 9.4+ for this to work and have this featured enabled in the lazy-loading configuration.
``` ```