Abel Salgado Romero
Abel Salgado Romero
No expert, but I suspect `autonumber` is not supported. The example works removing it and I found this on mermaid's repo https://github.com/mermaid-js/mermaid/issues/1257.
> I wonder though if this means that we are giving up on the type system. I have the same concern, my strongly typed spidey-sense triggers when I see a...
This conversation reminded me of https://github.com/asciidoctor/asciidoctorj/issues/387. I think that whatever we do, same solution should apply to both.
If you mean something like "String getDefaultCSS()", that returns the CSS in a String, I fear not. If you need to embed it you can either grab it from the...
After giving some though here http://discuss.asciidoctor.org/Attachments-in-pdf-td6083.html#a6088, I don't like the idea of recieving a wrapper of the output format because you are still dependant on the converter used. In the...
Instead of new `File(".")`, we could also do a `classpath.getResource(".")` to get the pwd. It works in my local, but I am not sure of repercusions in other OSs, need...
I'd recommend upgrading to jruby 9.1.8.0. Support for 1.7.x will deprecated with the next release. Does this also fail with 9.1.8.0 or higher?
> I didn't try to change the major version to avoid breaking changes, but indeed with the latest 9.1.17.0 it seems to work! Maybe then it's just a matter of...
Hi, I am sorry to say I could not reproduce the issue on Windos 8.1 (Spanish version) and MacOS 10.11.6 (US English). I could properly see the attached html with...
Ia can see correctly the html in the project. But when I run the project all I get is a white window. I debugged and the html is loaded into...