Skip to content

Instantly share code, notes, and snippets.

@alizhdanov
Created September 26, 2018 15:04
Show Gist options
  • Save alizhdanov/d0c7115ac36c5cbb84ff025f72382988 to your computer and use it in GitHub Desktop.
Save alizhdanov/d0c7115ac36c5cbb84ff025f72382988 to your computer and use it in GitHub Desktop.
ascidoc to epub
asciidoctor -d book -b docbook5 book.asciidoc -o output.docbook
pandoc -f docbook -t epub out.docbook -o book.epub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment