73. Slide Decks
In addition to generating normal documents from AsciiDoc (e.g., a book or article), you can also use AsciiDoc to create HTML-based slide decks. The converters for creating HTML-based slides add some additional structure rules to the document for defining slides. However, nothing in this structure restricts you from still being able to publish the content as a normal document too.
The conversion from AsciiDoc to an HTML-based slide deck is handled by one of the following converters from the Asciidoctor ecosystem:
-
Asciidoctor Reveal.js — Converts an AsciiDoc document into a Reveal.js presentation
-
Asciidoctor Bespoke — Converts an AsciiDoc document into a Bespoke presentation
There’s also a converter for making deck.js slide decks, but we discourage using it as deck.js itself is very outdated.