hugo-theme-next/layouts/shortcodes/mermaid.html
2022-09-19 21:57:23 +08:00

3 lines
160 B
HTML

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