Registry / utility / asciidoctorj

asciidoctorj

JSON →
library3.0.1javamavenunverified

AsciidoctorJ provides Java bindings for the Asciidoctor RubyGem using JRuby, enabling AsciiDoc document processing in Java.

<dependency> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctorj</artifactId> <version>3.0.1</version> </dependency>
INSTALL
IMPORT
SIG · ASCIIDOCTORJ
A
asciidoctorj
utilityjavav3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Asciidoctor
org.asciidoctor.Asciidoctor

Convert AsciiDoc content to HTML.

import org.asciidoctor.Asciidoctor; import org.asciidoctor.Options; Asciidoctor asciidoctor = Asciidoctor.Factory.create(); String html = asciidoctor.convert("= Hello World\n\nHello, AsciiDoc!", Options.builder().build()); System.out.println(html);
Debug
Known issues
gotchaRequires JRuby runtime; may have performance overhead compared to native implementations.
fix
Consider using AsciidoctorJ with the built-in JRuby or switch to a native AsciiDoc processor if performance is critical.
affects: all
Upgrade
Version history
3.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
2
Meta
1
Resources
asciidoctorj — mvn dependency:get asciidoctorj · libregistry