m2.nz/themes/LoveIt/layouts/shortcodes/mermaid.html

4 lines
198 B
HTML
Raw Permalink Normal View History

2022-05-08 06:47:31 +00:00
{{- $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 -}}