You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration for whether or not to use htmlLabels is currently done with this configuration:
{
flowchart:{
htmlLabels: true
}
}
With the new rendering engine more diagram types will get the option of htmlLabels which is why the option needs to move out of flowchart to the root as per below:
{
htmlLabels: true
}
The change should be done without breaking backwards compatability. If a site integrator does not move the configuration mermaid should still look in the old location (for the time beeing). The current location is deprecated and in v9 support for it will be removed.
The text was updated successfully, but these errors were encountered:
The configuration for whether or not to use htmlLabels is currently done with this configuration:
With the new rendering engine more diagram types will get the option of htmlLabels which is why the option needs to move out of flowchart to the root as per below:
The change should be done without breaking backwards compatability. If a site integrator does not move the configuration mermaid should still look in the old location (for the time beeing). The current location is deprecated and in v9 support for it will be removed.
The text was updated successfully, but these errors were encountered: