Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 704 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 704 Bytes

Asciidoc-deck.js

An asciidoc backend for deck.js

Dependencies

  • AsciiDoc
  • deck.js (already included in this repo)

Optional:

  • If you want to highlight source code, please install Pygments or source-highlight.

Installation

All you need to do is to make sure your asciidoc can properly find deckjs.conf. For asciidoc's configuration file loading strategy, please refer to this guide.

The easiest way is to put deckjs.conf and the asciidoc file you wrote in the same directory.

Usage

asciidoc -f deck.js.conf file.asciidoc

file.asciidoc is the asciidoc file you wrote.