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

7 lines
No EOL
181 B
HTML

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