Class: Asciidoctor::Rhrev::RhrevBlockMacroProcessor
- Inherits:
-
Extensions::BlockMacroProcessor
- Object
- Extensions::BlockMacroProcessor
- Asciidoctor::Rhrev::RhrevBlockMacroProcessor
- Defined in:
- lib/asciidoctor/rhrev/processors.rb
Overview
Block macro processor for rhrev::[] macro placement
Instance Method Summary collapse
Instance Method Details
#process(parent, target, attrs) ⇒ Object
30 31 32 33 |
# File 'lib/asciidoctor/rhrev/processors.rb', line 30 def process parent, target, attrs # Create a block with context :rhrev that the converter will recognize create_block parent, :rhrev, nil, attrs end |