# File lib/asciidoctor/extensions.rb, line 498 def initialize name = nil, config = {} super config @name = name || @config[:name] @config[:content_model] ||= :attributes end
# File lib/asciidoctor/extensions.rb, line 504 def process parent, target, attributes raise ::NotImplementedError, %Q(Asciidoctor::Extensions::MacroProcessor subclass must implement ##{__method__} method) end