asciidoctorj

Java wrapper for Asciidoctor to convert AsciiDoc to multiple formats

brewmacoslinux
Try with needOr install directly
Source

About

Java wrapper and bindings for Asciidoctor

Commands

asciidoctorj

Examples

Convert AsciiDoc file to HTML$ asciidoctorj -b html5 document.adoc
Convert AsciiDoc to PDF format$ asciidoctorj -b pdf document.adoc
Convert to HTML with custom output directory$ asciidoctorj -b html5 -D output/ document.adoc