module Diffy::Format

def html_simple

between lines, and is more performant.
Basic html output which does not attempt to highlight the changes
def html_simple
  HtmlFormatter.new(self, options).to_s
end