Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 406 Bytes

rtfm

Asciidoc sources for doc-site http://rtfm.emc/

Compile to HTML for single file:

asciidoctor --backend=html5 -o ./index.html ./index.adoc

For multipage use this extention and the next command:

asciidoctor-multipage -D ./html ./index.adoc

AsciiDoc Language Documentation here