Use InnerDeindent instead of Inner

This commit is contained in:
Will Faught
2024-07-08 12:12:21 -07:00
parent c323514a12
commit 4f9b9609dd
10 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{{ $cite := .Get 0 | default (.Get "cite") }}
{{ $content := .Inner | replaceRE "^\n" "" | replaceRE "\n$" "" | markdownify }}
{{ $content := .InnerDeindent | replaceRE "^\n" "" | replaceRE "\n$" "" | markdownify }}
{{ if not $content }}
{{ errorf "layouts/shortcodes/paige/quote.html: no content" }}