mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-20 09:51:37 -04:00
⬆️ Upgrade to Mermaid v8.13.3
This commit is contained in:
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Main menu is now optional
|
- Main menu is now optional
|
||||||
|
- Upgrade to Mermaid v8.13.3
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
{{/* Include mermaid.js only on pages that use the shortcode */}}
|
{{/* Include mermaid.js only on pages that use the shortcode */}}
|
||||||
{{- if .Page.HasShortcode "mermaid" -}}
|
{{- 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>
|
<script>
|
||||||
mermaid.initialize({ theme: "default" });
|
mermaid.initialize({ theme: "default" });
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user