Skip to content

Commit 5030c99

Browse files
authored
feat: Update mermaid version to same as GitHub (#58)
# Mermaid version - old 10.9.1 - new 11.3.0 # How to check ```markdown ```mermaid info ``` ```
1 parent b95fbe0 commit 5030c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
loadmd();
190190
})()
191191
</script>
192-
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.9.1/mermaid.min.js"></script>
192+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/11.3.0/mermaid.min.js"></script>
193193
<article id="markdown-body" class="markdown-body"></article>
194194
</body>
195195
</html>

0 commit comments

Comments
 (0)