Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 452 Bytes

File metadata and controls

17 lines (9 loc) · 452 Bytes

reveal.js Example

An example project that demonstrates how to convert AsciiDoc to reveal.js using the Asciidoctor Gradle plugin.

Usage

Convert the AsciiDoc to reveal.js by invoking the 'asciidoctor' goal:

$ ./gradlew clean asciidoctor

IntelliJ

If you’re using IntelliJ you can generate the IDE’s files via:

$ ./gradlew idea

Open the file build/asciidoc/reveal/example-manual.html in your browser to see the generated revealjs file.