a2x
Highly configurable text format for writing documentation
Install
- All systems
-
curl cmd.cat/a2x.sh
- Debian
-
apt-get install asciidoc
- Ubuntu
-
apt-get install asciidoc
- Alpine
-
apk add asciidoc
- Arch Linux
-
pacman -S asciidoc
- Kali Linux
-
apt-get install asciidoc-base
- CentOS
-
yum install asciidoc
- Fedora
-
dnf install asciidoc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install asciidoc
- OS X
-
brew install asciidoc
- Raspbian
-
apt-get install asciidoc
- Dockerfile
- dockerfile.run/a2x
- Docker
-
docker run cmd.cat/a2x a2x
powered by Commando
asciidoc
Highly configurable text format for writing documentation
AsciiDoc is a text document format for writing articles, books, manuals and UNIX man pages. AsciiDoc files can be translated to HTML (with or without stylesheets), DocBook (articles, books and refentry documents) and LinuxDoc using the asciidoc command. AsciiDoc can also be used to build and maintain websites. You write an AsciiDoc document the same way you would write a normal text document, there are no markup tags or weird format notations. AsciiDoc files are designed to be viewed, edited and printed directly or translated to other presentation formats This metapackage provides a fully functionnal asciidoc environment working with dblatex for historical purposes.
asciidoc-base
Minimal version of asciidoc not suitable for pdf
AsciiDoc is a text document format for writing articles, books, manuals and UNIX man pages. AsciiDoc files can be translated to HTML (with or without stylesheets), DocBook (articles, books and refentry documents) and LinuxDoc using the asciidoc command. AsciiDoc can also be used to build and maintain websites. You write an AsciiDoc document the same way you would write a normal text document, there are no markup tags or weird format notations. AsciiDoc files are designed to be viewed, edited and printed directly or translated to other presentation formats This package provides binary files for the package. Be careful, you won't be able to build pdf files without the dblatex or fop dependencies. See asciidoc-dblatex or asciidoc-fop metapackages for this.