Files
hugo-theme-stack/layouts/_markup/render-codeblock-mermaid.html
T

5 lines
108 B
HTML

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