An example project that demonstrates how to convert AsciiDoc to HTML, PDF, & epub3 using the Asciidoctor Gradle plugin.
Convert the AsciiDoc to HTML, PDF, & epub3 by invoking the 'asciidoctor' goal:
$ ./gradlew asciidoctor
Open the file build/asciidoc/epub3/example-manual.epub in your browser to see the generated epub file.
Open the file build/asciidoc/html5/example-manual.html in your browser to see the generated HTML file.
Open the file build/asciidoc/pdf/example-manual.pdf in your browser to see the generated PDF file.