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
commit c3f48b5a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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