Skip to content

Instantly share code, notes, and snippets.

@imesut
Last active April 28, 2020 09:46
Show Gist options
  • Save imesut/5a6ec5047c74e3f8661713876b3831b5 to your computer and use it in GitHub Desktop.
Save imesut/5a6ec5047c74e3f8661713876b3831b5 to your computer and use it in GitHub Desktop.
This is a quick and easy filter to remove/filter images for pandoc conversion usage: pandoc -o output.epub --lua-filter ./filter_images.lua input.docx
function Image (el)
return {}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment