mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
## Special note regarding version 8.2
|
## Special note regarding version 8.2
|
||||||
|
|
||||||
In version 8.2 a security improvement was introduced. A securityLevel configuration was introduced wich sets the level of trust to be used on the parsed diagrams.
|
In version 8.2 a security improvement was introduced. A securityLevel configuration was introduced which sets the level of trust to be used on the parsed diagrams.
|
||||||
|
|
||||||
* **true**: (default) tags in text are encoded, click functionality is disabled
|
* **`strict`**: (default) tags in text are encoded, click functionality is disabled
|
||||||
* false: tags in text are allowed, click functionality is enabledClosed issues:
|
* `loose`: tags in text are allowed, click functionality is enabledClosed issues:
|
||||||
|
|
||||||
⚠️ **Note** : This changes the default behaviour of mermaid so that after upgrade to 8.2, if the securityLevel is not configured, tags in flowcharts are encoded as tags and clicking is prohibited.
|
⚠️ **Note** : This changes the default behaviour of mermaid so that after upgrade to 8.2, if the securityLevel is not configured, tags in flowcharts are encoded as tags and clicking is prohibited.
|
||||||
|
|
||||||
|
@@ -3,6 +3,10 @@
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.label text {
|
||||||
|
fill: #333;
|
||||||
|
}
|
||||||
|
|
||||||
.node rect,
|
.node rect,
|
||||||
.node circle,
|
.node circle,
|
||||||
.node ellipse,
|
.node ellipse,
|
||||||
|
Reference in New Issue
Block a user