You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed I was unable to suppress a PDF cover page using the :notitle: attribute, but it works with using the asciidoctor-pdf CLI command. I'm not sure if it's a great idea to make CLI calls from inside a ruby script, but I think it's generally safe.
I also reported this to the asciidoctor-pdf project: asciidoctor/asciidoctor-pdf#866 -- I'll follow up if they get back to me with a better solution.
The text was updated successfully, but these errors were encountered:
This resolves issue #24
Dividing convert calls between PDF backend and non-PDF, with all PDF calls using system asciidoctor-pdf.
I don't love this solution, but it's good enough for now.
I noticed I was unable to suppress a PDF cover page using the
:notitle:
attribute, but it works with using theasciidoctor-pdf
CLI command. I'm not sure if it's a great idea to make CLI calls from inside a ruby script, but I think it's generally safe.I also reported this to the asciidoctor-pdf project: asciidoctor/asciidoctor-pdf#866 -- I'll follow up if they get back to me with a better solution.
The text was updated successfully, but these errors were encountered: