html-differ icon indicating copy to clipboard operation
html-differ copied to clipboard

Сompares two HTML

Results 28 html-differ issues
Sort by recently updated
recently updated
newest added

I have the following: ``` html ``` and tried ``` html ``` but it looks like it does not work at all. How to make it works?

bug

Diff: https://github.com/bem/bem-forum-content-ru/issues/829 Описание: https://github.com/bem/bem-forum-content-ru/issues/865 Воспроизводится только на `noscript`

bug

Currently optionally self-closing elements such as images and line breaks are not considered equivalent. E.G. ``` js const differ = require('html-differ') let lhs = '' let rhs = '' let...

It's not urgent but still necessary task.

enhancement

For example, you can use `bgMagenta` color.

enhancement

`diffBy: 'chars'` - diffs two blocks of text, comparing character by character. `diffBy: 'words'` - diffs two blocks of text, comparing word by word. `diffBy: 'lines'` - diffs two blocks...

enhancement

when i try it with > 100kb files, it almost always gets to this message: - FATAL ERROR: JS Allocation failed - process out of memory it also runs long...

bug
enhancement