caxy / php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. Includes support for comparing complex lists and tables
http://php-htmldiff.caxy.com
GNU General Public License v2.0
202 stars 51 forks source link

Add previously undocumented config option: setKeepNewLines(false) #83

Closed jprado closed 5 years ago

jprado commented 5 years ago

This config item was not listed in README.md previously. It should be known that by default if you use <pre> tags in your content newlines will get stripped out.

jschroed91 commented 5 years ago

closes #82