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

```bash $ npm i -g [email protected] $ html-differ --help /usr/local/lib/node_modules/html-differ/node_modules/coa/lib/cmd.js:243 UTIL.error(msg); ^ TypeError: UTIL.error is not a function at process. (/usr/local/lib/node_modules/html-differ/node_modules/coa/lib/cmd.js:243:14) at Object.onceWrapper (events.js:284:20) at process.emit (events.js:196:13) ``` ``` $...

##### ignoreEmptyAttributes: Boolean Makes **html-differ** ignore tags' attributes with empty values during the comparison. From the list of the same tag's attributes, the attributes which have empty values will be...

Currently reading through the docs, I haven't found any options that enable the overlooking of certain HTML tags. In my case, I'd like to compare strictly the HTML contents of...

I am having issues since these elements are not considered equivalent? `` `` `` `` `` `` `` ``

I'd like to use html-differ to write a test system for [marked](https://github.com/chjj/marked), where generated html output is to be compared to pre-written html code, to determine if the two are...

I think we should use posthtml-like (bemjson-like) structure for internal representation to make diff calculation process cleaner and more flexible. Current reports are non-informative on big projects. Current way we...

enhancement

`diff` has a [`callback`](https://github.com/kpdecker/jsdiff/commit/19385b962fe658042f4fc72c344b74569497d9ea) option that makes it work asynchronously. It would have been nice if `html-differ` had this option too.

According to modern frameworks sometimes we need to check generated JSX and `` is not the same as `` (notice the upper-cased `i` letter in `index`), etc. Prob I can...

There is no difference for `html-differ` between such files: ```html ``` and ```html ``` This is correct, but it doesn't allow to test different templating engines output.

I have 2 html files of size close to 1 mb, the operation is not working.