Re: Asciidoctor pdf - Custom admonition icons
Posted by
be.wood on
Aug 12, 2019; 10:02pm
URL: https://discuss.asciidoctor.org/Asciidoctor-pdf-Custom-admonition-icons-tp5850p7072.html
So I figured out that the problem is using the "-r notice-block" with the asciidoctor-pdf, but if I just use the admonition.yml file I don't get any admonitions.
So the admonition.yml file seems like it needs something else to get it to process, which kind of makes sense, maybe, but if i just call
asciidoctor-pdf -a pdf-style:admonition.yml sample.adoc
sample.pdfI get this output, which doesn't have any icons.
If I run the command
asciidoctor -r notice-block sample.adoc
sample.htmlI get the file with all the icons.
Thanks