This commit is contained in:
@@ -18,17 +18,6 @@ const loadMermaid = async () => {
|
|||||||
startOnLoad: false,
|
startOnLoad: false,
|
||||||
securityLevel: "loose",
|
securityLevel: "loose",
|
||||||
theme: "default",
|
theme: "default",
|
||||||
flowchart: {
|
|
||||||
useMaxWidth: true,
|
|
||||||
htmlLabels: true,
|
|
||||||
curve: "basis",
|
|
||||||
},
|
|
||||||
sequence: {
|
|
||||||
useMaxWidth: true,
|
|
||||||
},
|
|
||||||
gantt: {
|
|
||||||
useMaxWidth: true,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return mermaid
|
return mermaid
|
||||||
|
|||||||
@@ -26,17 +26,6 @@ const loadMermaid = async () => {
|
|||||||
startOnLoad: false,
|
startOnLoad: false,
|
||||||
securityLevel: "loose",
|
securityLevel: "loose",
|
||||||
theme: "default",
|
theme: "default",
|
||||||
flowchart: {
|
|
||||||
useMaxWidth: true,
|
|
||||||
htmlLabels: true,
|
|
||||||
curve: "basis",
|
|
||||||
},
|
|
||||||
sequence: {
|
|
||||||
useMaxWidth: true,
|
|
||||||
},
|
|
||||||
gantt: {
|
|
||||||
useMaxWidth: true,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return mermaid
|
return mermaid
|
||||||
|
|||||||
Reference in New Issue
Block a user