mirror of https://github.com/jpanther/congo.git
⬆️ Upgrade to Mermaid v8.13.3
parent
0f15206e78
commit
527d3d101e
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue