Files
kubecon24/themes/hugo-theme-relearn/layouts/shortcodes/mermaid.html
2024-03-19 14:59:45 +01:00

7 lines
181 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/mermaid.html" (dict
"page" .Page
"content" .Inner
"align" (.Get "align")
"zoom" (.Get "zoom")
) }}