Skip to content
Snippets Groups Projects

pandoc conversion script

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Annegrät Daujeumont
    pandoc.sh 190 B
    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
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment