We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68aa254 commit 0c39f66Copy full SHA for 0c39f66
integrations/mermaid/src/index.tsx
@@ -70,7 +70,7 @@ export default createIntegration({
70
<body>
71
<script type="module">
72
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
73
- mermaid.initialize({ startOnLoad: false , securityLevel: 'loose' });
+ mermaid.initialize({ startOnLoad: false, securityLevel: 'loose' });
74
75
function renderDiagram(content) {
76
mermaid.render('output', content).then(({ svg: svgGraph }) => {
0 commit comments