ncdc 1.25

This commit is contained in:
Yorhel 2025-03-04 18:45:21 +01:00
parent 5acc8eee92
commit aab7836077
28 changed files with 149 additions and 33 deletions

View file

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