module Asciidoctor::Converter::Factory
def for backend
backend - The String backend name.
Public: Lookup the custom converter registered with this factory to handle the specified backend.
def for backend registry[backend] end
def for backend registry[backend] end