Class Asciidoctor::Extensions::InlineMacroProcessor
In: lib/asciidoctor/extensions.rb
Parent: MacroProcessor

Public: InlineMacroProcessors are used to handle block macros that have a custom name.

InlineMacroProcessor implementations must extend InlineMacroProcessor.

Methods

Public Instance methods

Lookup the regexp option, resolving it first if necessary. Once this method is called, the regexp is considered frozen.

[Validate]