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
|`launchOptions.executablePath`|| (Required) String path to the chrome executable that puppeteer uses to render the mermaid diagrams to SVGs. |
65
-
|`mermaidOptions`|`{}`| (Optional) Configuration object for customizing themes, styles, and properties of all mermaid diagrams. See [mermaidAPI configuration options](https://mermaid-js.github.io/mermaid/#/Setup). |
66
-
|`mermaidOptions.theme`|`"default"`| (Optional) Name of mermaid theme. Valid options: `'default'`, `'forest'`, `'dark'`, `'neutral'`, `'null'`. See [mermaid themes](https://mermaid-js.github.io/mermaid/#/Setup?id=theme). |
67
-
|`mermaidOptions.themeCSS`|`""`| (Optional) Override mermaid styles using `themeCSS`. See [mermaid themes](https://mermaid-js.github.io/mermaid/#/Setup?id=theme). |
68
-
|`mermaidOptions.themeVariables`|`{}`| (Optional) Override mermaid variables using `themeVariables`. See [Customizing Themes with themeVariables](https://mermaid-js.github.io/mermaid/#/./theming?id=customizing-themes-with-themevariablesSpecifies).) |
69
-
|`svgo.plugins`|`defaultSVGOOptions`| (Optional) Override default optimizations for the generated SVG files. Set to `null` to disable minifying using SVGO completely. See [defaultSVGOOptions](https://github.com/remcohaszing/remark-mermaidjs/blob/v4.0.0/index.ts#L18)).) |
63
+
-`launchOptions.executablePath`: String path to the chrome executable that puppeteer uses to render
64
+
the mermaid diagrams to SVGs. (Required)
65
+
-`mermaidOptions`: Configuration object for customizing themes, styles, and properties of all
0 commit comments