LoveIt/layouts/shortcodes/mermaid.html

4 lines
198 B
HTML
Raw Normal View History

2020-05-18 15:30:33 +02:00
{{- $id := dict "Content" (trim .Inner "\n") "Scratch" .Page.Scratch | partial "function/id.html" -}}
2020-02-06 17:10:00 +01:00
<div class="mermaid" id="{{ $id }}"></div>
{{- .Page.Scratch.SetInMap "this" "mermaid" true -}}