module Asciidoctor::Extensions::MacroProcessorDsl

def resolve_attributes *args

def resolve_attributes *args
  if args.size == 1 && !args[0]
    option :content_model, :text
  else
    super
    option :content_model, :attributes
  end
end