asciidoctorj
asciidoctorj copied to clipboard
:coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!
The following Unit Tests of test class `WhenJavaExtensionIsRegistered` are failing due to a "`Connection refused`" within a proxied environment: - a_include_processor_as_string_should_be_executed_when_include_macro_is_found - a_include_instance_processor_should_be_executed_when_include_macro_is_found - a_include_processor_should_be_executed_when_include_macro_is_found - an_inner_class_should_be_registered - an_inner_anonymous_class_should_be_registered
ISSUE: Note: This DOES NOT happen with Java8. When running the test (both IntelliJ and shell) inside a path that has been symlinked some test fail. CAUSE: Some tests (eg....
For the moment, interfaces like the one defined in the `org.asciidoctor.ast` package for the AST are available in the **asciidoctorj** project. In my opinion, they should be separated in a...
I know there is list of a supported backend but is it possible to support "adoc" backend? More like a round trip process adoc -> parsed using asciidoctor -> process...
Because I found there is `org.asciidoctor.cli.AsciidoctorInvoker`, do we have any redistributed package for the guys who don't want install ruby version with whole ruby system?
Hi would be very nice to have some progress feature we could wire programmatically (even in java binding) or through plugins configurations (thinking to the cli, maven and gradle plugins...
Add a single argument version of the method `ContentNode#isAttr`. The purpose of this method is to determine whether an attribute is set, regardless of the value. For example: ``` java...
Not sure if I describe this issue correctly but during an Asciidoctor presentation at Javaland I asked if the Gradle plug-in could cancel the build if an include could not...
I have followed the README file to create a small Java test program with asciidoctorj 1.5.4 (running JDK 1.8 on Windows 10). According to the README and the javadoc the...
From https://github.com/asciidoctor/asciidoctor-pdf/issues/463: ``` The new version is available only as a RubyGem at the moment. (https://rubygems.org/gems/asciidoctor-pdf/versions/1.5.0.alpha.12). We have plans to set up an automated release pipeline so that AsciidoctorJ PDF...