Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

Diffup

A javascript diff tool for rendered markup.

Licensed under the MIT License. See the LICENSE file for details.

Sample Usage

document.getElementById('markup_diff').innerHTML = (
  Diffup.Diff(
    document.getElementById('markup_left').innerHTML,
    document.getElementById('markup_right').innerHTML
  )
);

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.