mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Merge pull request #936 from janverb/fix-configuration-defaults-htmllabels-value
Correctly document htmlLabels as true by default
This commit is contained in:
commit
c3f48b5a13
@ -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:{
|
||||
|
Loading…
x
Reference in New Issue
Block a user