Skip to content

Instantly share code, notes, and snippets.

@davidangel
Last active February 6, 2019 12:02
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 davidangel/f775e1c05c96d2bdf5ca48d91b56c56d to your computer and use it in GitHub Desktop.
Save davidangel/f775e1c05c96d2bdf5ca48d91b56c56d to your computer and use it in GitHub Desktop.

Creating an Epub from AsciiDoc

Install

brew install asciidoctor && brew install pandoc

Generate

asciidoctor -d book -b docbook5 book.asc -o output.docbook && pandoc -f docbook -t epub output.docbook -o book.epub && rm output.docbook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment