Skip to content

Instantly share code, notes, and snippets.

@jaredyam
Last active August 29, 2021 14:51
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 jaredyam/f78bb6d06b49adee2184dc6faee902e6 to your computer and use it in GitHub Desktop.
Save jaredyam/f78bb6d06b49adee2184dc6faee902e6 to your computer and use it in GitHub Desktop.
Convert a book consisting of multiple markdown documents to .epub format.
pandoc part-1.md[, part-2.md, ...] -o book.md
pandoc --metadata title="<book-name>" book.md -o book.epub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment