can add comments to list

This commit is contained in:
tTh 2023-12-31 10:43:41 +01:00
parent 0ce93f697a
commit b66199de2c
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#! /usr/bin/awk
{
print "* [" $1 "](" $1 ")"
printf "%s", "* [" $1 "](" $1 ") "
$1 = ""
print $0
}