Files
hermit-V2/layouts/_default/_markup/render-codeblock-mermaid.html
GitHub Action cdef5afeed add disable animation, mermaid support
Signed-off-by: GitHub Action <action@github.com>
2024-10-23 17:21:35 +00:00

5 lines
97 B
HTML

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