Use .InnerDeindent in inline shortcodes

This commit is contained in:
Alex Shpak
2024-10-02 12:02:41 +02:00
parent 2b7b9c3c79
commit 35bf672b70
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<blockquote class="book-hint {{ .Get 0 }}">
{{ .Inner | .Page.RenderString }}
{{ .InnerDeindent | .Page.RenderString }}
</blockquote>