Incorporate “diff” engine to show visual differences (#3112)

This commit is contained in:
Jeremy Ruston
2018-03-16 20:38:35 +00:00
committed by GitHub
parent 0d354fe57f
commit aa7b18427f
19 changed files with 2779 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
{
"tiddlers": [
{
"file": "diff_match_patch.js",
"fields": {
"type": "application/javascript",
"title": "$:/core/modules/utils/diff-match-patch/diff_match_patch.js",
"module-type": "library"
},
"prefix": "(function(){",
"suffix": "}).call(exports);"
}
]
}