Skip to content

Commit 87c4271

Browse files
committed
Callout: Remove whitespace causing extra rendering
1 parent 32b9639 commit 87c4271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/callout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
<blockquote class="{{ $class }}" data-grid="{{ $dataGrid }}">
3636
<div>
3737
<div class="call-out-type">
38-
{{ partial "lucide" (dict "context" . "icon" $icon) .}}
38+
{{ partial "lucide" (dict "context" . "icon" $icon) . }}
3939
{{ $title }}
4040
</div>
4141
<div class="callout-content">
42-
{{ .content | markdownify }}
42+
{{- .content | markdownify -}}
4343
</div>
4444
</div>
4545
</blockquote>

0 commit comments

Comments
 (0)