asciidoctor

A processor that converts AsciiDoc files to a publishable format. More information: <https://docs.asciidoctor.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y asciidoctor
Ubuntu
RUN apt-get update && \ apt-get install -y asciidoctor
Alpine
RUN apk add asciidoctor
Arch Arch Linux
RUN pacman -S --noconfirm asciidoctor
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y asciidoctor
Fedora
RUN dnf install -y asciidoctor
Raspbian
RUN apt-get update && \ apt-get install -y asciidoctor
click the source code to copy install asciidoctor on any operating system with command-not-found.com