summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/expand.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/expand.html')
-rw-r--r--layouts/shortcodes/expand.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/expand.html b/layouts/shortcodes/expand.html
index 049fdd1..547fb3f 100644
--- a/layouts/shortcodes/expand.html
+++ b/layouts/shortcodes/expand.html
@@ -6,7 +6,7 @@
</div>
<input type="checkbox" style="display: none" />
<div class="book-expand-content markdown-inner">
- {{- .Inner | markdownify -}}
+ {{ .Inner | markdownify }}
</div>
</label>
</div>