Class AsciidoctorEngine

  • All Implemented Interfaces:
    ParserEngine

    public class AsciidoctorEngine
    extends MarkupEngine
    Renders documents in the asciidoc format using the Asciidoctor engine.
    • Constructor Detail

      • AsciidoctorEngine

        public AsciidoctorEngine()
    • Method Detail

      • processHeader

        public void processHeader​(ParserContext context)
        Description copied from class: MarkupEngine
        Processes the document header. Usually subclasses will parse the document body and look for specific header metadata and export it into contents map.
        Overrides:
        processHeader in class MarkupEngine
        Parameters:
        context - the parser context