LoveIt/layouts/shortcodes/mermaid.html

5 lines
224 B
HTML
Raw Normal View History

2020-02-18 09:22:24 +01:00
{{- /* shuffle md5 as id */ -}}
2020-01-31 15:53:04 +01:00
{{- $id := delimit (split (md5 .Inner) "" | shuffle) "" | printf "mermaid-%s" -}}
2020-02-06 17:10:00 +01:00
<div class="mermaid" id="{{ $id }}"></div>
{{- .Page.Scratch.SetInMap "mermaidMap" $id (trim .Inner "\n") -}}