AsciidoctorJ is the official library for running Asciidoctor on the JVM.
AsciidoctorJ is the official library for running Asciidoctor on the JVM. Using AsciidoctorJ, you can convert AsciiDoc content or analyze the structure of a parsed AsciiDoc document from Java and other JVM languages.
AsciidoctorJ is the official library for running Asciidoctor on the JVM. Using AsciidoctorJ, you can convert AsciiDoc content or analyze the structure of a parsed AsciiDoc document from Java and other JVM languages.
To install asciidoctorj, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install asciidoctorj
To see what files were installed by asciidoctorj, run:
port contents asciidoctorj
To later upgrade asciidoctorj, run:
sudo port selfupdate && sudo port upgrade asciidoctorj
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.