diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-24 15:24:17 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-24 15:24:17 +0100 |
| commit | d64661ccdf837bb66c3268cb4415c56ba033f515 (patch) | |
| tree | d42095bcebad6a59954b61ac069a3bf9adc4925b /lib/template.source.sh | |
| parent | 818e1db0599119b428436b4c2547b759150dd621 (diff) | |
initial atom.xml fixes
Diffstat (limited to 'lib/template.source.sh')
| -rw-r--r-- | lib/template.source.sh | 4 |
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 } } |
