LoveIt/layouts/shortcodes/mermaid.html

6 lines
235 B
HTML
Raw Normal View History

2020-02-24 10:00:39 +01:00
{{- $scratch := .Page.Scratch.Get "scratch" -}}
2020-02-27 13:14:40 +01:00
{{- $id := partial "function/id.html" (dict "content" (trim .Inner "\n") "scratch" $scratch) -}}
2020-02-06 17:10:00 +01:00
<div class="mermaid" id="{{ $id }}"></div>
2020-02-27 13:14:40 +01:00
{{- slice $id | $scratch.Add "mermaidArr" -}}