class

Asciidoctor::Extensions::BlockMacroProcessor

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

BlockMacroProcessors are used to handle block macros that have a custom name.

Instance methods

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