LoveIt/layouts/shortcodes/mermaid.html

4 lines
235 B
HTML
Raw Normal View History

{{- $id := partial "function/id.html" (dict "content" (trim .Inner "\n") "scratch" .Page.Scratch) -}}
2020-02-06 17:10:00 +01:00
<div class="mermaid" id="{{ $id }}"></div>
{{- dict "mermaid" true | merge (.Page.Scratch.Get "this") | .Page.Scratch.Set "this" -}}