mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 13:59:54 +02:00
Merge pull request #936 from janverb/fix-configuration-defaults-htmllabels-value
Correctly document htmlLabels as true by default
This commit is contained in:
@@ -280,7 +280,7 @@ mermaidAPI.initialize({
|
||||
arrowMarkerAbsolute:false,
|
||||
|
||||
flowchart:{
|
||||
htmlLabels:false,
|
||||
htmlLabels:true,
|
||||
curve:'linear',
|
||||
},
|
||||
sequence:{
|
||||
|
@@ -647,7 +647,7 @@ export default mermaidAPI;
|
||||
* arrowMarkerAbsolute:false,
|
||||
*
|
||||
* flowchart:{
|
||||
* htmlLabels:false,
|
||||
* htmlLabels:true,
|
||||
* curve:'linear',
|
||||
* },
|
||||
* sequence:{
|
||||
|
Reference in New Issue
Block a user