@@ -18,6 +18,32 @@ diff2html generates pretty HTML diffs from git diff or unified diff output.
18
18
19
19
[ ![ NPM] ( https://nodei.co/npm/diff2html.png?downloads=true&downloadRank=true&stars=true )] ( https://nodei.co/npm/diff2html/ )
20
20
21
+ ## Table of Contents
22
+
23
+ <!-- toc -->
24
+
25
+ - [ Features] ( #features )
26
+ - [ Online Example] ( #online-example )
27
+ - [ Distributions] ( #distributions )
28
+ - [ Diff2Html Usage] ( #diff2html-usage )
29
+ - [ Diff2Html API] ( #diff2html-api )
30
+ - [ Diff2Html Configuration] ( #diff2html-configuration )
31
+ - [ Diff2Html Browser] ( #diff2html-browser )
32
+ - [ Diff2Html NPM / Node.js Library] ( #diff2html-npm--nodejs-library )
33
+ - [ Diff2Html Examples] ( #diff2html-examples )
34
+ - [ Diff2HtmlUI] ( #diff2htmlui )
35
+ - [ Diff2HtmlUI API] ( #diff2htmlui-api )
36
+ - [ Diff2HtmlUI Configuration] ( #diff2htmlui-configuration )
37
+ - [ Diff2HtmlUI Browser] ( #diff2htmlui-browser )
38
+ - [ Troubleshooting] ( #troubleshooting )
39
+ - [ 1. Out of memory or Slow execution] ( #1-out-of-memory-or-slow-execution )
40
+ - [ Contribute] ( #contribute )
41
+ - [ Contributors] ( #contributors )
42
+ - [ License] ( #license )
43
+ - [ Thanks] ( #thanks )
44
+
45
+ <!-- tocstop -->
46
+
21
47
## Features
22
48
23
49
- Supports git and unified diffs
@@ -379,12 +405,12 @@ document.addEventListener('DOMContentLoaded', () => {
379
405
380
406
- Disable the line matching algorithm, by setting the option ` {"matching": "none"} ` when invoking diff2html
381
407
382
- ## Contributions
408
+ ## Contribute
383
409
384
410
This is a developer friendly project, all the contributions are welcome. To contribute just send a pull request with
385
411
your changes following the guidelines described in ` CONTRIBUTING.md ` . I will try to review them as soon as possible.
386
412
387
- ## Contributors ✨
413
+ ## Contributors
388
414
389
415
Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
390
416
0 commit comments