Sean Gilligan
Sean Gilligan
> we won't have the (hack) ability to override the default comment text What do you mean by that?
Well worst case we could take the code for the Standard Doclet and modify it, right?
You're talking about the core of the implementation here -- some fairly tricky code. I haven't looked at it much -- so my opinion isn't that valuable (at least yet)...
@mojavelinux @johncarl81 Any thoughts on how we should approach this? Where should the single/consolidated document source live? Where should it published?
Sorry I've been AWOL lately. (I've been very busy with work and family. I'm looking forward to having more time to help out, but it might be another month or...
I'm getting errors in the Gradle build (.svg file not found). Note that I was using single quotes, not double quotes. I'll try again soon and give you updated info....
I wasn't able to get it to work. I reverted everything to PNG temporarily. (Sorry for not providing additional info -- I do hope to return to this after the...
I think the problem is getting a configuration that works in Gradle and with the IntelliJ Asciidoctor plugin. We also use the Gradle script to build both HTML and PDF....
I'll have to create a clone of it, because it's a closed-source project. I'll try to do it this weekend. Sorry I can't do it sooner.
I had some trouble getting this to work with multiple backends. Ultimately I used the following Gradle: ``` asciidoctor.doFirst { // pre-process copy { from file('doc/images') into file("$buildDir/site/pdf/images") include '*.png'...