fix failing commment

This commit is contained in:
Yann Esposito (Yogsototh) 2021-05-02 11:28:27 +02:00
parent 23fc0738fc
commit b4a2c9cdfe
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ dst="$2"
perl -pe 's#=> file:([^ ]*)#=> $1#g;' | \
perl -pe 's#\[\[(file:)?([^]]*)\]\]#=> $2#g;' | \
perl -pe 's#^\* *\n\n##' | \
perl -pe 's#^\s*[-\*\+\.]\s*$##' | \ # remove lines with a single special char
# remove lines with a single special char
perl -pe 's#^\s*[-\*\+\.]\s*$##' | \
perl -pe 's#^\**[ ]*:.*:$##' | \
perl -pe 's#^\s[- ]*$#\n#;' > "$dst"