mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 23:09:49 +02:00
Merge branch 'develop' of github.com:sidharthv96/mermaid into fix/entity-decode
* 'develop' of github.com:sidharthv96/mermaid: Update flowchart.md Added new theme user journey diagram specific theme variables fix typo 2122 Blöockling javascript urls fix: Assign proper namespaces to foreignObject children Small positoining fix for parallell processes and nested composite states Version update in the docs Updated version in package.json and recompile Lint fix fix typo Fix for styling Fox fr keeping the label background in state diagrams Removed unused dependency "he" Ensuring "minify" is only listed as a dev dependency Update n00b-syntaxReference.md Update _sidebar.md [docs] Update default log level value
This commit is contained in:
@@ -136,7 +136,8 @@ const initialize = function(config) {
|
||||
mermaid.startOnLoad = config.mermaid.startOnLoad;
|
||||
}
|
||||
if (typeof config.mermaid.htmlLabels !== 'undefined') {
|
||||
mermaid.htmlLabels = config.mermaid.htmlLabels;
|
||||
mermaid.htmlLabels =
|
||||
config.mermaid.htmlLabels === 'false' || config.mermaid.htmlLabels === false ? false : true;
|
||||
}
|
||||
}
|
||||
mermaidAPI.initialize(config);
|
||||
|
Reference in New Issue
Block a user