From d6cb2c12c85243e9eda5931d08c7038760c8520b Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 27 Jul 2025 01:43:59 -0500 Subject: [PATCH] Fix markdown rendering on caption of featured image --- layouts/_partials/feature-figure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_partials/feature-figure.html b/layouts/_partials/feature-figure.html index 383c3b7..01df020 100644 --- a/layouts/_partials/feature-figure.html +++ b/layouts/_partials/feature-figure.html @@ -3,7 +3,7 @@
{{ partial "embed-resource.html" . }} {{ with .Title }} -
{{ . }}
+
{{ . | markdownify }}
{{ end }}