From df16ce0ba708d1bc7ad2e2cdb581e69277cb4e8e Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 23 Sep 2025 15:55:20 +0200 Subject: [PATCH] #762, bring back markdown rendering to details shortcode summary --- layouts/_shortcodes/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_shortcodes/details.html b/layouts/_shortcodes/details.html index a80209b..f1518bd 100644 --- a/layouts/_shortcodes/details.html +++ b/layouts/_shortcodes/details.html @@ -1,6 +1,6 @@
{{- $summary := cond .IsNamedParams (.Get "title") (.Get 0) -}} - {{ $summary }} + {{ $summary | .Page.RenderString }}
{{ .InnerDeindent | safeHTML }}