module

Asciidoctor::Converter

A module for defining converters that are used to convert AbstractNode objects in a parsed AsciiDoc document to an output (aka backend) format such as HTML or DocBook.

Ported from Ruby Asciidoctor lib/asciidoctor/converter.rb

Class methods

derive_backend_traits(backend : String, basebackend : String | Nil = nil) : BackendTraits

Derive backend traits (basebackend, filetype, outfilesuffix, htmlsyntax) from the given backend.

Source

Nested types