module Asciidoctor::Converter::Factory

def self.create backend, opts = {}

Deprecated: Maps the create method on the old default factory instance holder to the Converter module.
def self.create backend, opts = {}
  default.create backend, opts
end