asciidoctor Command Examples

Convert AsciiDoc files to a publishable format. More information: https://docs.asciidoctor.org.

asciidoctor {{path/to/file.adoc}}

asciidoctor -a stylesheet {{path/to/stylesheet.css}} {{path/to/file.adoc}}

asciidoctor --embedded {{path/to/file.adoc}}

asciidoctor --backend {{pdf}} --require {{asciidoctor-pdf}} {{path/to/file.adoc}}