use pre tag instead of p for mermaid shortcode

This commit is contained in:
Robert Kaussow 2020-06-02 20:17:05 +02:00
parent bb0cfc464f
commit 1037da5062

View file

@ -11,6 +11,6 @@
{{ .Page.Scratch.Set "mermaid" true }}
{{ end }}
<p class="mermaid{{ with .Get "class" }} {{ . }}{{ end }}">
<pre class="mermaid{{ with .Get "class" }} {{ . }}{{ end }}">
{{- .Inner -}}
</p>
</pre>