Asciidoctor::Extensions::BlockProcessor
Inherits Asciidoctor::Extensions::Processor < Reference < Object
BlockProcessors are used to handle delimited blocks and paragraphs that have a custom name.
NOTE: In Crystal, the name property uses String instead of Symbol
because Crystal symbols are compile-time constants and cannot be created
dynamically from runtime strings (unlike Ruby symbols).
Constructors
Instance methods
name
Source