mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
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:
parent
4d1a34661e
commit
e192454f54
@ -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:{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user