add disable animation, mermaid support
Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
5
layouts/_default/_markup/render-codeblock-mermaid.html
Normal file
5
layouts/_default/_markup/render-codeblock-mermaid.html
Normal file
@ -0,0 +1,5 @@
|
||||
{{ .Page.Store.Set "hasMermaid" true -}}
|
||||
|
||||
<pre class="mermaid">
|
||||
{{- .Inner | safeHTML }}
|
||||
</pre>
|
Reference in New Issue
Block a user