module Rails::HTML::Concern::Parser::HTML4

def parse_fragment(html)

def parse_fragment(html)
  Loofah.html4_fragment(html)
end