# File lib/asciidoctor/extensions.rb, line 365 def initialize name = nil, config = {} super config @name = name || @config[:name] @config[:content_model] ||= :attributes end
# File lib/asciidoctor/extensions.rb, line 371 def process parent, target, attributes raise ::NotImplementedError end