torreas 0.2

This commit is contained in:
Yorhel 2023-12-10 11:42:49 +01:00
parent a4f97105ef
commit c39079c121
7 changed files with 25 additions and 5 deletions

View file

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