summaryrefslogtreecommitdiff
path: root/themes/CodeIT/layouts/shortcodes/mermaid.html
blob: e96ead707a03e661bc81e63b7f1e12fb208fa75e (plain)
1
2
3
{{- $id := dict "Content" (trim .Inner "\n") "Scratch" .Page.Scratch | partial "function/id.html" -}}
<div class="mermaid" id="{{ $id }}"></div>
{{- .Page.Scratch.SetInMap "this" "mermaid" true -}}