@@ -18,6 +18,32 @@ diff2html generates pretty HTML diffs from git diff or unified diff output.
1818
1919[ ![ NPM] ( https://nodei.co/npm/diff2html.png?downloads=true&downloadRank=true&stars=true )] ( https://nodei.co/npm/diff2html/ )
2020
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+
2147## Features
2248
2349- Supports git and unified diffs
@@ -379,12 +405,12 @@ document.addEventListener('DOMContentLoaded', () => {
379405
380406- Disable the line matching algorithm, by setting the option ` {"matching": "none"} ` when invoking diff2html
381407
382- ## Contributions
408+ ## Contribute
383409
384410This is a developer friendly project, all the contributions are welcome. To contribute just send a pull request with
385411your changes following the guidelines described in ` CONTRIBUTING.md ` . I will try to review them as soon as possible.
386412
387- ## Contributors ✨
413+ ## Contributors
388414
389415Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
390416
0 commit comments