Re: How to create inline macro producing HTML? (In AsciidoctorJ)
Posted by holyjak on
URL: https://discuss.asciidoctor.org/How-to-create-inline-macro-producing-HTML-In-AsciidoctorJ-tp8313p8315.html
Hi, thank you!
Sorry for not being clear. I already have one inline macro that works (the github issue link example from the AsciidoctorJ page). So creating a macro and getting it into the processing is not an issue. What is the issue is how to pass verbatim html so that I achieve the desired effect described above.
(I guess it isn't relevant but I use the Java API from Clojure, using its build tool.)