mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
8 lines
109 B
HTML
8 lines
109 B
HTML
{{- if eq .Page.Params.mermaid true -}}
|
|
|
|
<div class="mermaid">
|
|
{{ safeHTML .Inner }}
|
|
</div>
|
|
|
|
{{- end -}}
|