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