summaryrefslogtreecommitdiff
path: root/lib/template.source.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-24 15:24:17 +0100
committerPaul Buetow <paul@buetow.org>2024-08-24 15:24:17 +0100
commitd64661ccdf837bb66c3268cb4415c56ba033f515 (patch)
treed42095bcebad6a59954b61ac069a3bf9adc4925b /lib/template.source.sh
parent818e1db0599119b428436b4c2547b759150dd621 (diff)
initial atom.xml fixes
Diffstat (limited to 'lib/template.source.sh')
-rw-r--r--lib/template.source.sh4
1 files changed, 2 insertions, 2 deletions
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
}
}