Class | Asciidoctor::Extensions::BlockProcessor |
In: |
lib/asciidoctor/extensions.rb
|
Parent: | Processor |
Public: BlockProcessors are used to handle delimited blocks and paragraphs that have a custom name.
When Asciidoctor encounters a delimited block or paragraph with an unrecognized name while parsing the document, it looks for a BlockProcessor registered to handle this name and, if found, invokes its {Processor#process} method to build a corresponding node in the document tree.
AsciiDoc example:
[shout] Get a move on.
Recognized options:
BlockProcessor implementations must extend BlockProcessor.
name | [RW] |