summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/mermaid.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/mermaid.html')
-rw-r--r--layouts/shortcodes/mermaid.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/mermaid.html b/layouts/shortcodes/mermaid.html
index f569bc4..1f3f18f 100644
--- a/layouts/shortcodes/mermaid.html
+++ b/layouts/shortcodes/mermaid.html
@@ -5,5 +5,5 @@
{{ end }}
<p class="mermaid{{ with .Get "class" }} {{ . }}{{ end }}">
- {{ .Inner }}
+ {{- .Inner -}}
</p>