Mermaid: reflect latest docs specifications

MermaidJS now specifies to write chart's markdown within a `pre` HTML tag to improve semantics.
This commit is contained in:
JB 2023-02-20 12:15:36 +01:00 committed by Bjørn Erik Pedersen
parent b2a23b6f5d
commit eddd25ff46

View File

@ -1,4 +1,4 @@
<div class="mermaid">
<pre class="mermaid">
{{- .Inner | safeHTML }}
</div>
</pre>
{{ .Page.Store.Set "hasMermaid" true }}