From 26d0e5cb04f0d6286ddcff3a0b99f4430b6fa9c9 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 12 Jun 2023 09:48:02 +0200 Subject: [PATCH] Rename "info" to "note" --- docs/syntax/flowchart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index 33d663112..95eba3871 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -790,7 +790,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. -```info +```note This functionality is disabled when using `securityLevel='strict'` and enabled when using `securityLevel='loose'`. ``` @@ -1084,7 +1084,7 @@ You can change the renderer to elk by adding this directive: %%{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. ```