Correctly document htmlLabels as true by default

The "mermaidAPI configuration defaults" section in the documentation
listed `htmlLabels` as `false`, but the real default is `true`, as
seen in the code and elsewhere in the documentation.
This commit is contained in:
Jan Verbeek 2019-09-18 13:05:08 +02:00
parent 4d1a34661e
commit e192454f54
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:{