Re: How to create inline macro producing HTML? (In AsciidoctorJ)

Posted by abelsromero on
URL: https://discuss.asciidoctor.org/How-to-create-inline-macro-producing-HTML-In-AsciidoctorJ-tp8313p8314.html

Since the title mentions AsciidoctorJ, know you can write the extension in Java if that's easier for you.
Have you seen this example? https://github.com/asciidoctor/asciidoctorj/blob/master/docs/integrator-guide.adoc#block-macro-processors.

Also, what building method you use? Plain Java, Maven, Gradle, other?