summaryrefslogtreecommitdiff
path: root/lib/template.source.sh
diff options
context:
space:
mode:
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
}
}