class

Asciidoctor::Extensions::Preprocessor

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

Preprocessors are run after the source text is split into lines and normalized, but before parsing begins.

Instance methods

process(document : Document, reader : Reader) : Reader | Nil
Source