An asciidoc backend for deck.js
- Asciidoc
- deck.js
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
asciidoc -f deck.js.conf file.asciidoc
Where file.asciidoc is the asciidoc file you wrote.