asciidoctor / asciidoctorj-pdf

AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
Apache License 2.0
35 stars 17 forks source link

Remove 'rouge' gem which is already provided by Asciidoctorj #87

Closed abelsromero closed 1 year ago

abelsromero commented 1 year ago

Following the conversation on https://github.com/asciidoctor/asciidoctorj/issues/899#issuecomment-576610197.

Ideally, the asciidoctorj-pdf jar wouldn't bundle rouge. It should load it from asciidoctorj (if that's possible).

I understand there's no need for a major release of asciidoctorj-pdf given current supported versions of AsciidoctorJ (2.5.x) already contain rouge.