An Asciidoctorj Block Processor Extension, compatible only for Java. This extension allows the usage of Plantuml to generate Latex Math Formula. See plantuml support here https://plantuml.com/ascii-math.
-
publish this library to your maven repository.
use the maven dependency to add to your asciidoctorj project
<dependency>
<groupId>gy.roach.asciidoc</groupId>
<artifactId>latex-plantuml-extension</artifactId>
<version>0.0.1</version>
</dependency>