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/md.source.sh | |
| parent | 818e1db0599119b428436b4c2547b759150dd621 (diff) | |
initial atom.xml fixes
Diffstat (limited to 'lib/md.source.sh')
| -rw-r--r-- | lib/md.source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/md.source.sh b/lib/md.source.sh index 667d5c9..8478812 100644 --- a/lib/md.source.sh +++ b/lib/md.source.sh @@ -38,7 +38,7 @@ md::fromgmi () { '=> '*) generate::make_link md "$line" ;; - '* .'*) + '* :'*) echo -n '* ' md::make_toc_link "${line/\* /}" ;; |
