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

5 lines
214 B
HTML
Raw Normal View History

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