⬆️ Upgrade to Mermaid v8.13.3

pull/14/head
James Panther 2021-10-20 10:21:44 +11:00
parent 0f15206e78
commit 527d3d101e
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- Main menu is now optional
- Upgrade to Mermaid v8.13.3
### Fixed

View File

@ -44,7 +44,7 @@
{{/* Include mermaid.js only on pages that use the shortcode */}}
{{- if .Page.HasShortcode "mermaid" -}}
<script src="https://unpkg.com/mermaid@8.11.4/dist/mermaid.min.js"></script>
<script src="https://unpkg.com/mermaid@8.13.3/dist/mermaid.min.js"></script>
<script>
mermaid.initialize({ theme: "default" });
</script>