Abel Salgado Romero
Abel Salgado Romero
What exactly is the requirement? I admit CSS is in my skill set and that why style site issues have never been fixed. However, if we are talking about tables...
> @abelsromero Is there an example available for using custom Asciidoctor templates in the context of a Maven site? (or is it even possible?) Should be possible, I'll see to...
Just to let know that this is first thing in my queue, but I am trapped on other community things. Worst case, I'll work on it on Saturday afternoon (GMT+1).
I built an example of how to use a template to correctly show tables in with the the default skin (or no custom skin) and [fluido](https://maven.apache.org/skins/maven-fluido-skin/). https://github.com/abelsromero/asciidoctor-maven-examples/tree/poc/site_templates/asciidoc-maven-site-example See here the...
My apologies for not answering, If I understand correctly, the isse is that when setting the plugin in a parent module, submodules don't inherit the copy behaviour, is that right?...
Have you tried overriding with the latest Asciidoctorj & jruby versions like here https://github.com/asciidoctor/asciidoctor-maven-examples/blob/70d6a34c6d2df2c94ea3206f8495c7239eb738b2/asciidoctor-pdf-example/pom.xml#L35-L45. Not that it requires much effort, but alognside the Asciidoctorj team we try to keep things...
> If none of this works, I can try to build a test, but if you can provide some reproducable with minimla instructions would help a lot. Of course if...
Please, let me know what options you test.
Giving some though on how to enable it and seeing the example provided, I am thinking that we could add some mask (ie. ${default_ext}) that is processed by the plugin....
I am curious on how to did the change...feel free to share it or send a PR that we can use as prototype.