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

[Feature] show condensed changes with context #88

Open klemens-u opened 4 years ago

klemens-u commented 4 years ago

For long html strings with few changes, it would be nice to have an option to show only a compact overview of changed parts. Similar to unix "grep --context=3" or the github commit change overview.