Skip to content

Instantly share code, notes, and snippets.

@extratone
Created April 29, 2021 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save extratone/d0556153583935e164b5e23e28cdc4e5 to your computer and use it in GitHub Desktop.
Save extratone/d0556153583935e164b5e23e28cdc4e5 to your computer and use it in GitHub Desktop.
An ongoing list of the Pandoc commands I use to convert text files.
  • pandoc -s MANUAL.txt -o example2.html
  • pandoc -s f.docx -t markdown -o f.md
  • pandoc psalms.epub -t plain -o psalms.text
  • pandoc psalms.epub -t plain -o psalms.text
  • pandoc -f epub -t markdown ThePsalms.epub
  • pandoc -f html -t markdown https://tools.ietf.org/html/rfc2119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment