module Loofah

def html4_document(*args, &block)

This method accepts the same parameters as Nokogiri::HTML4::Document.parse

Shortcut for Loofah::HTML4::Document.parse(*args, &block)
def html4_document(*args, &block)
  Loofah::HTML4::Document.parse(*args, &block)
end