Merge pull request #936 from janverb/fix-configuration-defaults-htmllabels-value

Correctly document htmlLabels as true by default
This commit is contained in:
Knut Sveidqvist
2019-09-18 13:51:16 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -280,7 +280,7 @@ mermaidAPI.initialize({
arrowMarkerAbsolute:false, arrowMarkerAbsolute:false,
flowchart:{ flowchart:{
htmlLabels:false, htmlLabels:true,
curve:'linear', curve:'linear',
}, },
sequence:{ sequence:{

View File

@@ -647,7 +647,7 @@ export default mermaidAPI;
* arrowMarkerAbsolute:false, * arrowMarkerAbsolute:false,
* *
* flowchart:{ * flowchart:{
* htmlLabels:false, * htmlLabels:true,
* curve:'linear', * curve:'linear',
* }, * },
* sequence:{ * sequence:{