Abel Salgado Romero
Abel Salgado Romero
Closing unless reproducer is provided.
Sorry, this a long standing known issue of the site goal. The site embeds the generated HTML without Asciidoctor and fontawesome CSSs. That affects a lot of things like tables,...
The default CSS is here: https://github.com/asciidoctor/asciidoctor/blob/master/data/stylesheets/asciidoctor-default.css The font-awesom icons are imported using the CDN: ``` ``` Also, if you are going to play with the CSS, you may be interested...
I am aware, but I want at some point to see if we can avoid having those files in the target directory. On Thu, Feb 6, 2020, 17:44 Marat Radchenko...
There's a limitation in how docs are converted to get them in a form that can be embedded in a site. The workaround is to configure the target path for...
_Short answer is PDF is not supported out of the box._ **HTML worked fine** for me. I could not reproduce the issue and stem integration. These lines worked fine in...
Take hints form: http://discuss.asciidoctor.org/Small-changes-to-default-HTML5-templates-td6851.html
> Could you help me how to fix it? I am afraid there's some issue. Good things...I could reproduce it and run it directly with AsciidoctorJ, so :crossed_fingers: it's some...
@mokdeve btw, you did not explain your use case, but for certain cases is definetly easier to implement an extension. You can drop by https://asciidoctor.zulipchat.com/ and expose it to get...
@mokdeve thanks for the patience, the issue is in the configuration of [eruby ](https://docs.asciidoctor.org/maven-tools/latest/plugin/goals/process-asciidoc/#configuration-eruby). We inject an empty string and that should set the default, but it's not doing so....