hugo-theme-relearn/layouts/shortcodes/mermaid.html

7 lines
181 B
HTML
Raw Permalink Normal View History

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/mermaid.html" (dict
"page" .Page
"content" .Inner
"align" (.Get "align")
2023-02-05 10:13:03 +00:00
"zoom" (.Get "zoom")
) }}