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,4 +1,4 @@
{{ $content := .Inner | replaceRE "^\n" "" }}
{{ $content := .InnerDeindent | replaceRE "^\n" "" }}
{{ $lang := .Get 0 | default (.Get "lang") | default "plaintext" }}
{{ $options := .Get "options" }}