Jordi Sola

Results 9 issues of Jordi Sola

**Describe the bug** A clear and concise description of what the bug is. The pom file generated by `jbang export mavenrepo` includes direct and transient dependencies. In maven, dependencies are...

bug

I am using `:front-cover-image:` for both PDF and EPUB generation, and both from Java (gems inside the Jar). I use an attribute to store ABSOLUTE the location of the image,...

bug

Say we have a root file with an include directive: ``` Root include::test.adoc[] ``` Then, the test file: ``` Test include::test2.adoc[opts=optional] ``` The expected result was just the text from...

:bug: bug
:doughnut: improvement
🌐 Web

AsciiDoctor documentation states that `The value of imagesdir can be an absolute path, relative path or URL`. Nonetheles, using an absolute path causes the image to not be included in...

bug
compliance

This PR proposes an initial skeleton for creating HELM charts for the projects. It addresses the problem by: 1. Updates POM files to add the `quarkus-helm` extension 2. Generates value...

enhancement
fights-service
villains-service
heroes-service
event-stats-service
ui
Automation

Fixes https://github.com/asciidoctor/asciidoctor-epub3/issues/470 Probably not the best approach, but enough to protect from the crash.

A minimal reproducer would be: ``` |=== a| image::image.svg[] |=== ``` If trying to generate the ePub leads to a crash: ``` $ asciidoctor-epub3 book.adoc undefined method `attr?' for nil:NilClass...

In [this](https://asciidoctor.zulipchat.com/#narrow/stream/279644-users.2Fasciidoctorj/topic/Delegating.20converter/near/352227815) chat we talk about the capability for creating a converter that delegates blocks to another converter. In Ruby, we have the [composite converter](https://github.com/asciidoctor/asciidoctor/blob/main/lib/asciidoctor/converter/composite.rb) that does something exactly that,...

enhancement

Mostly untested change that honours the :icons: image attribute. The conum style class is to be added to the default style for the td and img elements. Optionally, we can...

enhancement