jbake-org / jbake

Java based open source static site/blog generator for developers & designers.
http://jbake.org
MIT License
1.11k stars 330 forks source link

[QUESTION] How does one enable Asciidoctor extensions? #733

Open wessven opened 2 years ago

wessven commented 2 years ago

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?

bmarwell commented 2 years ago

It might be working when using Maven instead of the standalone binary.