asciidoctorj
asciidoctorj copied to clipboard
:coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!
The docs at https://docs.asciidoctor.org/asciidoctorj/latest/extensions/preprocessor/ suggest that a preprocessor is working like I would expect it to and that it is meant for reading all lines and transforming them before the...
### Context I'm attempting to reduce the syntax needed to declare samples through extending Asciidoctor. My current attempt uses an IncludeProcessor and looks a bit like this: `include::sample[dir="{samplesPath}/path/to/dir",files="file.txt[tag=foo];other_file.txt[]"]` I have...
**MY SETUP** Windows 10 Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29) AsciidoctorJ 2.5.7 (Asciidoctor 2.0.18) Runtime Environment: jruby 9.3.8.0 (2.6.8) **MY _test.adoc_ FILE** ``` = My Equation :stem: latexmath [stem] ++++...
Hi, The main issue in recent version is the map access is deprecated but it is actually very useful to have a "template" instance (options/attributes) and copy+modify it for renders...
Currently, the cli in AsciidoctorJ is custom built using jcommander. I think we should look into Warbler (https://github.com/jruby/warbler) to create a simple wrapper around the Asciidoctor command-line so that we...
Hello, When I try to generate documentation containing plantuml diagram with !theme keyword, the application raises a syntax error: ````shell .... @startuml !theme cerulean-outline ^^^^^ Syntax Error? at org.asciidoctor.jruby.internal.JRubyAsciidoctor.convertFile(JRubyAsciidoctor.java:402) at...
It would be really useful to provide templates with a custom resolver. In circumstances where you're only deploying a jar or part of a library. I've run into this in...
There's an experimental feature to save and restore the state of the JVM that helps to improve startup. Since one of our main pain points is the initial parsing of...
I've just raised an issue in Maven: https://issues.apache.org/jira/browse/MNG-7846 It's caused by an exception in JRuby when using the asciidoctor-maven-plugin. Can one of the developers here say whether that exception is...
## Documentation maintenance enhancement adding Jamal to the documentation toolset - [ ] Bug fix - [ ] New non-breaking feature - [ ] New breaking feature - [X] Documentation...