m2.nz/themes/LoveIt/layouts/shortcodes/mermaid.html
2022-05-08 18:50:17 +12:00

4 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 -}}