Package org.asciidoctor.extension
@Export
package org.asciidoctor.extension
-
ClassDescriptionThis annotation defines what type of blocks a BlockProcessor processes.Defines default attributes passed to the
process()method of a processor.This annotation allows to define multipleDefaultAttributeannotations for one type.An ExtensionGroup allows to collectively register and unregister extensions.This annotation defines how an InlineMacroProcessor is applied.Inline macro format used by theFormatannotation.This annotation defines the location where the content created by a DocinfoProcessor will be added.Location used by theLocationannotation.MacroProcessor<T extends ContentNode>Use this annotation to define the block name handled by a BlockProcessor, or the macro name of a BlockMacroProcessor or InlineMacroProcessor.Defines the on which attributes the first, second, etc attribute of a macro is mapped.An implementation of the AsciidoctorJ API has to implement this interface.