jbake
jbake copied to clipboard
[QUESTION] How does one enable Asciidoctor extensions?
Asciidoctor is essentially a Ruby application, which uses JRuby to create a Java binding (AsciidoctorJ). The problem is that there is an ecosystem of Asciidoctor plugins written in Ruby. It seems possible to use these with AsciidoctorJ, but the instructions I have found so far are not clear.
How can I use Asciidoctor extensions written in Ruby in JBake?
It might be working when using Maven instead of the standalone binary.