This commit is contained in:
Yorhel 2024-07-24 14:46:36 +02:00
parent 436c5b5294
commit 477101e733
26 changed files with 126 additions and 9 deletions

View file

@ -17,7 +17,7 @@ for (split /\n\n/, join '', grep !/^#/, <>) {
for (split /\r?\n\s+-\s+/) {
s/([*_\\])/\\$1/g;
s/--/\\--/g;
s/--/\\--/g if !/`/;
print " - $_\n" if $_;
}
}