# File lib/asciidoctor/extensions.rb, line 1207 def registered_for_inline_macro? name (ext = @inline_macro_extensions[name.to_sym]) ? ext : false end