fix: indented callouts rendered incorrectly (#338)

This commit is contained in:
Xin 2024-03-30 17:26:40 +01:00 committed by GitHub
parent ef536af9e8
commit a5b59b61f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
<div class="hx-w-full hx-min-w-0 hx-leading-7"> <div class="hx-w-full hx-min-w-0 hx-leading-7">
<div class="hx-mt-6 hx-leading-7 first:hx-mt-0"> <div class="hx-mt-6 hx-leading-7 first:hx-mt-0">
{{ .Inner | markdownify }} {{ .InnerDeindent | markdownify }}
</div> </div>
</div> </div>
</div> </div>