Browse Source

fix: enable mermaid by default

NGPixel 5 years ago
parent
commit
5f382f21cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/modules/rendering/html-mermaid/definition.yml

+ 1 - 1
server/modules/rendering/html-mermaid/definition.yml

@@ -3,6 +3,6 @@ title: Mermaid
 description: Generate flowcharts from Mermaid syntax
 description: Generate flowcharts from Mermaid syntax
 author: requarks.io
 author: requarks.io
 icon: mdi-arrow-decision-outline
 icon: mdi-arrow-decision-outline
-enabledDefault: false
+enabledDefault: true
 dependsOn: htmlCore
 dependsOn: htmlCore
 props: {}
 props: {}