We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b9639 commit f6ac3ebCopy full SHA for f6ac3eb
layouts/partials/callout.html
@@ -35,11 +35,11 @@
35
<blockquote class="{{ $class }}" data-grid="{{ $dataGrid }}">
36
<div>
37
<div class="call-out-type">
38
- {{ partial "lucide" (dict "context" . "icon" $icon) .}}
+ {{ partial "lucide" (dict "context" . "icon" $icon) . }}
39
{{ $title }}
40
</div>
41
<div class="callout-content">
42
- {{ .content | markdownify }}
+ {{- .content | markdownify -}}
43
44
45
</blockquote>
0 commit comments