module Rails::HTML::Concern::Parser::HTML5

def parse_fragment(html)

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