chore: update version of mermaid to 10.9.1 (#7760)

pull/7763/head
Sergei Gnezdov 2024-06-08 09:57:00 -07:00 committed by GitHub
parent 1815fd5c36
commit f4a78e5cfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2030 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -59,7 +59,7 @@
<script src="{{AppSubURL}}/plugins/autosize-4.0.2/autosize.min.js"></script>
{{end}}
{{if .IsMarkdown}}
<script src="{{AppSubURL}}/plugins/mermaid-8.14.0/mermaid.min.js"></script>
<script src="{{AppSubURL}}/plugins/mermaid-10.9.1/mermaid.min.js"></script>
<script>
$(document).ready(function () {
mermaid.init({startOnLoad: true, noteMargin: 10}, ".language-mermaid");