1
0
mirror of https://github.com/avinal/box-box.git synced 2026-04-04 01:16:18 +05:30
Files
box-box/layouts/_default/_mermaid/render-codeblock-mermaid.html

5 lines
109 B
HTML
Raw Normal View History

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