Optionalopts: {}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: {}Report whether this converter can handle the given transform.
the transform name
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.