Change to UTF-8 BOM

This commit is contained in:
Markus Fleschutz
2023-10-31 12:12:58 +01:00
parent 98d70bfa34
commit cfc3b82846
60 changed files with 60 additions and 60 deletions

View File

@ -1 +1 @@
gci -r -i *.md |foreach{$pdf=$_.directoryname+"\"+$_.basename+".pdf";pandoc -f markdown -s --citeproc $_.name -o $pdf}
gci -r -i *.md |foreach{$pdf=$_.directoryname+"\"+$_.basename+".pdf";pandoc -f markdown -s --citeproc $_.name -o $pdf}