class Asciidoctor::Extensions::InlineMacroProcessor
def regexp
Lookup the regexp option, resolving it first if necessary.
def regexp @config[:regexp] ||= resolve_regexp @name.to_s, @config[:format] end
def regexp @config[:regexp] ||= resolve_regexp @name.to_s, @config[:format] end