Closed UziTech closed 6 years ago
Adds an option to ignore the self closing slash
new HtmlDiffer().isEqual('<hr />', '<hr>'); // false new HtmlDiffer({ ignoreSelfClosingSlash: true }).isEqual('<hr />', '<hr>'); // true
fixes #152 fixes #135
@eGavr any feedback?
Closing this and moving to https://github.com/markedjs/html-differ
Adds an option to ignore the self closing slash
fixes #152 fixes #135