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-tp8313p8318.html

Hello!

The example you refer to is a *block macro* but I want an *inline* macro because I want to use it in the middle of text, like this:

```
Now I am talking about abbr:AOP:["Aspect-Orinted Programming"], an important topic.
```

Are you suggesting that I can actually use block macro for this purpose (and change change from `abbr:` to `abbr:::` in my text)? I am sorry, I understand very little of the Asciidoctor terms such as "block" and "inline" so my intuitive understanding might have been wrong.