Abel Salgado Romero
Abel Salgado Romero
As OSS, there's no release date on the horizon. I personally would like to see AsciidoctorJ v3 out first, then release maven-plugin and site modules with it.
> Don't use with Doxia 2.0.0 stack, it does not proper cover all needs. Use 2.0.0-Mx. Thanks a lot! These are the kind of things that are hard to grasp....
> Eagerly awaiting formal releases of all of this - thank you all for your efforts. This is an experimental branch to test Maven v4 in advance. It's more of...
> I have over 100,000 markdown and adoc files in my site That's an interesting use case, have you tried initializing the Asciidoctor instance ( `Asciidoctor.Factory.create()`) as a static attribute?...
Thanks for the clarification. I updated the experimental branch with the latest changes btw, and regarding... > not ready for prime time. Nothing ever is trully. I'd suggest approaching the...
There's something here, but I need to setup a Windows vm, so it may take some extra time to answer. Files should already be UTF-8, Asciidoctor does not understand other...
> If you remove this cp1252 stuff does a non Windows machine render the utf pumls right? Yes. In fact non-Windows (testing MacOs now) totally crash with `org.jruby.exceptions.ArgumentError: (ArgumentError) asciidoctor:...
From testing, the value of `docdir` comes from `base_dir` which is always set by default to `sourceDirectory`. Even when sourceDirectory is not set in the pom, base_dir is set "${basedir}/src/main/asciidoc"....
> Finally, I also replicated the maven and gradle behaviors setting/not-setting base_dir using the ruby CLI. Which makes me think that either there's an issue with docdir or I am...
Is there any update regarding the integration of rouge? I tried adding the rouge gems and it fails, which I guess is normal :P If there're no current plans for...