Options (4)
-a, --attributebooleanConvert a specific `.adoc` file to HTML and link a CSS stylesheet
Example:
asciidoctor {{[-a|--attribute]}} stylesheet={{path/to/stylesheet.css}} {{path/to/file.adoc}}-e, --embeddedbooleanConvert a specific `.adoc` file to embeddable HTML, removing everything except the body
Example:
asciidoctor {{[-e|--embedded]}} {{path/to/file.adoc}}-b, --backendbooleanConvert a specific `.adoc` file to a PDF using the `asciidoctor-pdf` library
Example:
asciidoctor {{[-b|--backend]}} pdf {{[-r|--require]}} asciidoctor-pdf {{path/to/file.adoc}}-r, --requirebooleanConvert a specific `.adoc` file to a PDF using the `asciidoctor-pdf` library
Example:
asciidoctor {{[-b|--backend]}} pdf {{[-r|--require]}} asciidoctor-pdf {{path/to/file.adoc}}Examples (4)
Convert a specific `.adoc` file to HTML (the default output format)
asciidoctor path/to/file.adocConvert a specific `.adoc` file to HTML and link a CSS stylesheet
asciidoctor [-a|--attribute] stylesheet=path/to/stylesheet.css path/to/file.adocConvert a specific `.adoc` file to embeddable HTML, removing everything except the body
asciidoctor [-e|--embedded] path/to/file.adocConvert a specific `.adoc` file to a PDF using the `asciidoctor-pdf` library
asciidoctor [-b|--backend] pdf [-r|--require] asciidoctor-pdf path/to/file.adocmade by @shridhargupta | data from tldr-pages