# File lib/asciidoctor/parser.rb, line 2745
  def self.sanitize_attribute_name(name)
    name.gsub(InvalidAttributeNameCharsRx, '').downcase
  end