mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 06:48:46 +02:00
Added convert-docx2md.ps1, convert-md2docx.ps1, and convert-md2pdf.ps1
This commit is contained in:
1
Scripts/convert-docx2md.ps1
Normal file
1
Scripts/convert-docx2md.ps1
Normal file
@ -0,0 +1 @@
|
||||
gci -r -i *.docx |foreach{$md=$_.directoryname+"\"+$_.basename+".md";pandoc -f docx -s $_.name -o $md}
|
Reference in New Issue
Block a user