struct

Asciidoctor::Converter::BackendTraits

Inherits Struct < Value < Object

Backend traits for a converter.

Constructors

new(basebackend : String = "html", filetype : String = "html", htmlsyntax : String | Nil = nil, outfilesuffix : String = ".html", supports_templates : Bool = false)
Source

Instance methods

basebackend
clone
Source
copy_with(basebackend _basebackend = @basebackend, filetype _filetype = @filetype, htmlsyntax _htmlsyntax = @htmlsyntax, outfilesuffix _outfilesuffix = @outfilesuffix, supports_templates _supports_templates = @supports_templates)
Source
filetype
htmlsyntax
outfilesuffix
supports_templates