Optionalopts: {}The logger for this converter. The Logging mixin (logging.js) overrides this getter on the instance.
Convert using only content (no wrapping).
the node whose content to return
Convert a node by dispatching to a convert_<transform> method.
the AbstractNode to convert
Optionaltransform: stringhint for which method to call (default: node.nodeName)
Optionalopts: objectoptional hints
the result of the convert_<transform> handler; the actual type depends on the implementation
Optionalopts: {}Alias for messageWithContext (used in extensions).
Optionalcontext: {}Report whether this converter can handle the given transform.
the transform name
Build an auto-formatting log message that carries structured source_location
(rather than baking it into the text), for use with this.logger.warn(...).
Optionalcontext: { include_location?: any; source_location?: any }Skip conversion (no-op).
StaticcreateCreate a new Html5Converter instance.
Optionalbackend: stringOptionalopts: anyStaticregisterRegister this converter class with the global registry.
backend names to register for
Base class for all Asciidoctor converters.
Subclass ConverterBase and implement
convert_<nodeName>methods to handle specific node types. Register the subclass with the global registry via ConverterBase.registerFor.