a2x.py
Highly configurable text format for writing documentation
Install
- All systems
-
curl cmd.cat/a2x.py.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
- 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.py
- Docker
-
docker run cmd.cat/a2x.py a2x.py
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.