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
Hi! Thanks for this awesome plugin! I want to know if it is possible to integrate the Asciidoctor diagram extension asciidoctor-kroki as an extension of astro-asciidoc?
exportdefaultdefineConfig({integrations: [asciidoc({options: {},extensions: ['asciidoctor-kroki'],// Is this possible ? },]})
The text was updated successfully, but these errors were encountered:
Thanks. Yes, it should be possible. Did you try it and had any issued with that? As long as asciidoctor options are serializable as JSON (e.g. not contain JS functions), they will be passed to asciidoctor "as is". Let me know if it doesn't work.
Hi! Thanks for this awesome plugin! I want to know if it is possible to integrate the Asciidoctor diagram extension asciidoctor-kroki as an extension of astro-asciidoc?
The text was updated successfully, but these errors were encountered: