class Asciidoctor::Extensions::MacroProcessor
def initialize name = nil, config = {}
def initialize name = nil, config = {} super config @name = name || @config[:name] @config[:content_model] ||= :attributes end
def initialize name = nil, config = {} super config @name = name || @config[:name] @config[:content_model] ||= :attributes end