Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active March 4, 2018 14:35
Show Gist options
  • Save mcandre/693ecf5f89ee5c5e8f8d to your computer and use it in GitHub Desktop.
Save mcandre/693ecf5f89ee5c5e8f8d to your computer and use it in GitHub Desktop.
$ brew install asciidoc
$ a2x -d book -f epub <book.asciidoc> [-v] [--no-xmllint]

The -v option is useful for verbose debugging.

The --no-xmllint option is useful for ignoring XML errors such as missing DTD's.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment