Skip to content

Commit 0c39f66

Browse files
committed
fix comma position
1 parent 68aa254 commit 0c39f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/mermaid/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default createIntegration({
7070
<body>
7171
<script type="module">
7272
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
73-
mermaid.initialize({ startOnLoad: false , securityLevel: 'loose' });
73+
mermaid.initialize({ startOnLoad: false, securityLevel: 'loose' });
7474
7575
function renderDiagram(content) {
7676
mermaid.render('output', content).then(({ svg: svgGraph }) => {

0 commit comments

Comments
 (0)