Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 313 Bytes

jsdiff

Overview

Javascript implementation of diff algorithm for comparison of text word by word.

Demo

Documentation

  • diff_words(old, new): compares two blocks of text word by word, renders the output using html del and ins tags.