Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 581 Bytes

File metadata and controls

15 lines (8 loc) · 581 Bytes

HTML, PDF, & epub3 Example

An example project that demonstrates how to convert AsciiDoc to HTML, PDF, & epub3 using the Asciidoctor Gradle plugin.

Usage

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.