class HTML::Proofer

def self.create_nokogiri(path)

def self.create_nokogiri(path)
  path << "/index.html" if File.directory? path #support for Jekyll-style links
  Nokogiri::HTML(File.read(path))
end