The icon of the project
Roq Plugin - Asciidoc JRuby
This plugin integrates AsciidoctorJ (the JRuby-based implementation of Asciidoctor) into Roq. While it has a slightly slower startup time and is not compatible with native builds, it offers the full range of Asciidoctor features for rich content processing.

Guides

This extension has a guide to get you going.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.roq:quarkus-roq-plugin-asciidoc-jruby

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.roq:quarkus-roq-plugin-asciidoc-jruby"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.roq:quarkus-roq-plugin-asciidoc-jruby"