Card shortcode, keep indentation for better column handling

This commit is contained in:
Alex Shpak
2025-09-24 23:34:56 +02:00
parent 9d6ad30e9e
commit 933206fedd
+1 -1
View File
@@ -16,7 +16,7 @@
<img src="{{ $destination | safeURL }}" /> <img src="{{ $destination | safeURL }}" />
{{- end }} {{- end }}
<div class="markdown-inner"> <div class="markdown-inner">
{{ with .InnerDeindent }}{{ . }}{{ end }} {{ with .Inner }}{{ . }}{{ end }}
</div> </div>
{{- end -}} {{- end -}}
{{- /* remove whitespace */ -}} {{- /* remove whitespace */ -}}