1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-16 09:46:39 +00:00
brain-quartz/layouts/_default/_markup/render-codeblock-mermaid.html
2022-11-27 10:53:52 -08:00

5 lines
96 B
HTML

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