Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 659 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 659 Bytes

Asciidoc-deck.js

An asciidoc backend for deck.js

Dependencies

  • Asciidoc
  • deck.js

Installation

No need to install, just make sure asciidoc can properly find deck.js.conf. For asciidoc's configuration file loading strategy, please refer to this guide.

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

However, you can download deck.js by following command:

make isntall

Usage

asciidoc -f deck.js.conf file.asciidoc

Where file.asciidoc is the asciidoc file you wrote.