fix mermaid default font

This commit is contained in:
Robert Kaussow 2020-06-02 21:22:10 +02:00
parent ed3686684d
commit 5eb04b81d2
3 changed files with 7 additions and 12 deletions

View file

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