File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ This is a Javascript library for text diffing and three-way-merge.
88The code originally came from project Synchrotron, created by Tony Garnock-Jones.
99For more detail please visit:
1010
11- - https://leastfixedpoint.com/tonyg/kcbbs/projects/synchrotron.html
12- - https://github.com/tonyg/synchrotron
11+ * https://leastfixedpoint.com/tonyg/kcbbs/projects/synchrotron.html
12+ * https://github.com/tonyg/synchrotron
1313
14+   ;
1415
1516## Usage
1617
@@ -44,6 +45,7 @@ Or if you need to support older browsers like Internet Explorer, fetch the ES5 v
4445<script src =" https://cdn.jsdelivr.net/npm/node-diff3@2/dist/index.es5.min.js" ></script >
4546```
4647
48+   ;
4749
4850## API Reference
4951
@@ -244,6 +246,8 @@ See also:
244246See examples: https://github.com/bhousel/node-diff3/blob/master/test/LCS.test.js
245247
246248
249+   ;
250+
247251## License
248252
249253This project is available under the [ MIT License] ( https://opensource.org/licenses/MIT ) .
You can’t perform that action at this time.
0 commit comments