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

3 lines
160 B
HTML
Raw Normal View History

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