class Sanitize
def self.clean_document(html, config = {})
the default fragment parser. This will add a DOCTYPE and html tag
Performs a Sanitize#clean using a full-document HTML parser instead of
def self.clean_document(html, config = {}) Sanitize.new(config).clean_document(html) end