mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 16:59:48 +02:00
Merge pull request #2083 from hydrosquall/patch-1
[docs] Update default log level value with correct datatype
This commit is contained in:
@@ -1110,7 +1110,7 @@ mermaidAPI.initialize({
|
|||||||
<script>
|
<script>
|
||||||
var config = {
|
var config = {
|
||||||
theme:'default',
|
theme:'default',
|
||||||
logLevel:'fatal',
|
logLevel: 5, // corresponds with "fatal"
|
||||||
securityLevel:'strict',
|
securityLevel:'strict',
|
||||||
startOnLoad:true,
|
startOnLoad:true,
|
||||||
arrowMarkerAbsolute:false,
|
arrowMarkerAbsolute:false,
|
||||||
|
Reference in New Issue
Block a user