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

5 lines
123 B
HTML
Raw Normal View History

<pre class="mermaid" style="visibility:hidden">
{{- .Inner | safeHTML -}}
</pre>
{{- .Page.Store.Set "hasMermaid" true -}}