html-differ
html-differ copied to clipboard
Create an option `diffBy`
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 of text, comparing line by line.
Solves the problem #94