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,3 +1,3 @@

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