class

Asciidoctor::Extensions::IncludeProcessor

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

IncludeProcessors are used to process include::<target>[] directives in the source document.

Instance methods

handles?(target : String) : Bool

Determine whether this processor handles the given target. Override in subclasses to restrict which targets this processor handles.

Source
process(document : Document, reader : Reader, target : String, attributes : Hash(String, String)) : Nil
Source