hugo-theme-next/layouts/shortcodes/mermaid.html
2025-01-15 21:42:22 +08:00

5 lines
214 B
HTML

<div class="mermaid" align="{{ .Get "align" | default "center" }}" {{ with .Get "bc" }} style="background: {{ . }}" {{ end }}>
{{ safeHTML .Inner }}
</div>
{{ .Page.Store.SetInMap "scParams" "mermaid" true }}