Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 653 Bytes

readme.textile

File metadata and controls

15 lines (8 loc) · 653 Bytes

Project Description

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.

This HTML Diff implementation is a C# port of the ruby implementation found here.

Usage

Grab the latest stable version from Nuget: https://www.nuget.org/packages/htmldiff.net/

I have put together a blog post covering how to use the library. A simple demo is included with the solution.

History

The project used to be hosted in CodePlex and has since been migrated here.