class

Asciidoctor::Extensions::InlineMacroProcessor

Inherits Asciidoctor::Extensions::MacroProcessor < Asciidoctor::Extensions::Processor < Reference < Object

InlineMacroProcessors are used to handle inline macros that have a custom name.

Instance methods

process(parent : AbstractBlock, target : String, attributes : Hash(String, String)) : AbstractBlock | Inline | Nil
Source
regexp

Lookup the regexp for this inline macro, resolving it first if necessary.

Source
resolve_regexp(name : String, format : Symbol | Nil = nil) : Regex

Resolve the regexp for the given name and format.

Source