class Sanitize

def self.fragment(html, config = {})

_config_ if specified.
Returns a sanitized copy of the given _html_ fragment, using the settings in
def self.fragment(html, config = {})
  Sanitize.new(config).fragment(html)
end