pandoc conversion script
The snippet can be accessed without any authentication.
Authored by
Annegrät Daujeumont
rm -rf ./img/ && rm -f card.md && "C:\Program Files\pandoc\pandoc.exe" -f docx -t markdown --extract-media ./ card.docx -o card.md && mv media/ img/ && sed -i'' -e 's|media/|img/|g' card.md
Please register or sign in to comment