forked from myobie/htmldiff
-
Notifications
You must be signed in to change notification settings - Fork 3
A diff library that uses html tags to show differences
License
MadsBuus/htmldiff
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Ruby 100.0%