mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
Allow HTML nodes in mermaid diagrams (#2192)
This commit is contained in:
@@ -54,6 +54,7 @@ export default class MermaidWidget extends NoteContextAwareWidget {
|
||||
mermaid.mermaidAPI.initialize({
|
||||
startOnLoad: false,
|
||||
theme: mermaidTheme.trim(),
|
||||
securityLevel: 'antiscript',
|
||||
flow: { useMaxWidth: false },
|
||||
sequence: { useMaxWidth: false },
|
||||
gantt: { useMaxWidth: false },
|
||||
|
||||
Reference in New Issue
Block a user