-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

asciidoctor


> A processor that converts AsciiDoc files to a publishable format.

More information.


Convert a specific `.adoc` file to HTML (the default output format):

asciidoctor {path/to/file.adoc}

Convert a specific `.adoc` file to HTML and link a CSS stylesheet:

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

Convert a specific `.adoc` file to embeddable HTML, removing everything except the body:

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

Convert a specific `.adoc` file to a PDF using the `asciidoctor-pdf` library:

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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 14:46:00 2024