Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

karnov/htmldiff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMLDiff

Build Status

Installation

gem 'htmldiff', github: 'karnov/htmldiff'

Examples

class Stuff

  class << self
    include HTMLDiff
  end

  # or extend HTMLDiff ?

end
Stuff.diff('a word is here', 'a nother word is there')
# => 'a<ins class=\"diffins\"> nother</ins> word is <del class=\"diffmod\">here</del><ins class=\"diffmod\">there</ins>'

Checkout the crappy specs for good examples.

About

A diff library that uses html tags to show differences

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%