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

6 lines
138 B
HTML
Raw Normal View History

{{- partial "shortcodes/mermaid.html" (dict
"context" .Page
"content" .Inner
"align" (.Get "align")
2023-02-05 10:13:03 +00:00
"zoom" (.Get "zoom")
) }}