module ActionText::HtmlConversion

def fragment_for_html(html)

def fragment_for_html(html)
  document.fragment(html)
end