module ActionText::HtmlConversion

def document

def document
  Nokogiri::HTML::Document.new.tap { |doc| doc.encoding = "UTF-8" }
end