hugo-theme-relearn/layouts/shortcodes/mermaid.html
2023-02-05 11:13:03 +01:00

7 lines
No EOL
177 B
HTML

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