website/themes/LoveIt/layouts/shortcodes/mermaid.html
2022-12-01 21:55:18 +01:00

3 lines
198 B
HTML

{{- $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 -}}