Skip to content

Commit

Permalink
fix: indented callouts rendered incorrectly (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing authored Mar 30, 2024
1 parent ef536af commit a5b59b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/callout.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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">
{{ .Inner | markdownify }}
{{ .InnerDeindent | markdownify }}
</div>
</div>
</div>

0 comments on commit a5b59b6

Please sign in to comment.