Asciidoctor :: Discussion
Problem with getting docinfo_processor to be used in jekyll asciidoctor
Posted by
maxandersen
on
URL:
https://discuss.asciidoctor.org/Problem-with-getting-docinfo-processor-to-be-used-in-jekyll-asciidoctor-tp7326.html
Hi,
I initially created
https://github.com/asciidoctor/asciidoctor-extensions-lab/pull/112
and it is working great in standalone asciidoctor.
Now I created a simple gem to use in a site using jekyll asciidoctor.
https://github.com/maxandersen/asciidoctor-tabbed-code
What is now weird is that the extension registration does happen (verified by adding logging),
but the extension is never actually called/applied.
Is there a chance that in jekyll docprocessors are not called or am I doing something completely wrong ?
You can see what I did in this jekyll asciidoctor enabled project to try and get it integrated:
https://github.com/quarkusio/quarkusio.github.io/compare/develop...maxandersen:tabbed-code?expand=1
Any tips/pointers to what can cause docinfo processor extensions not to be called would be very appreciated!
Thanks!
Free forum by Nabble
Edit this page