Fix markdown rendering on caption of featured image

This commit is contained in:
2025-07-27 01:43:59 -05:00
parent 2fa53d1f2c
commit d6cb2c12c8

View File

@@ -3,7 +3,7 @@
<figure> <figure>
{{ partial "embed-resource.html" . }} {{ partial "embed-resource.html" . }}
{{ with .Title }} {{ with .Title }}
<figcaption>{{ . }}</figcaption> <figcaption>{{ . | markdownify }}</figcaption>
{{ end }} {{ end }}
</figure> </figure>
</div> </div>