mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 06:20:07 +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,
|
arrowMarkerAbsolute:false,
|
||||||
|
|
||||||
flowchart:{
|
flowchart:{
|
||||||
htmlLabels:false,
|
htmlLabels:true,
|
||||||
curve:'linear',
|
curve:'linear',
|
||||||
},
|
},
|
||||||
sequence:{
|
sequence:{
|
||||||
|
@@ -647,7 +647,7 @@ export default mermaidAPI;
|
|||||||
* arrowMarkerAbsolute:false,
|
* arrowMarkerAbsolute:false,
|
||||||
*
|
*
|
||||||
* flowchart:{
|
* flowchart:{
|
||||||
* htmlLabels:false,
|
* htmlLabels:true,
|
||||||
* curve:'linear',
|
* curve:'linear',
|
||||||
* },
|
* },
|
||||||
* sequence:{
|
* sequence:{
|
||||||
|
Reference in New Issue
Block a user