Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 391 Bytes

File metadata and controls

11 lines (6 loc) · 391 Bytes

Asciidoctor Maven Plugin: AsciiDoc to HTML Example

An example project that demonstrates how to convert AsciiDoc to HTML5 using the Asciidoctor Maven plugin.

Usage

Convert the AsciiDoc to HTML5 by invoking the process-resources goal (configured as the default goal):

$ mvn

Open the file target/generated-docs/example-manual.html in your browser to see the generated HTML file.