From d64661ccdf837bb66c3268cb4415c56ba033f515 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 24 Aug 2024 15:24:17 +0100 Subject: initial atom.xml fixes --- lib/template.source.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/template.source.sh') diff --git a/lib/template.source.sh b/lib/template.source.sh index f6b25a9..7689728 100644 --- a/lib/template.source.sh +++ b/lib/template.source.sh @@ -97,8 +97,8 @@ template::inline::toc () { < "$(basename "$CURRENT_TPL")" $SED -E -n ' /^```/,/^```/! { /^#+ / { - s/#/* ./ - s/#/./g + s/#/* :/ + s/#/:/g p } } -- cgit v1.2.3