1
0
mirror of https://github.com/falsycat/ar.falsy.cat.git synced 2025-03-14 17:11:47 +00:00
ar.falsy.cat/layouts/_default/_markup/render-codeblock-mermaid.html

5 lines
96 B
HTML
Raw Normal View History

<div class="mermaid">
{{- .Inner | safeHTML }}
</div>
{{ .Page.Store.Set "hasMermaid" true }}