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