File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,18 @@ The HTML output accepts a Javascript object with configuration. Possible options
9595 - ` outputFormat ` : the format of the output data: ` 'line-by-line' ` or ` 'side-by-side' ` , default is ` 'line-by-line' `
9696 - ` showFiles ` : show a file list before the diff: ` true ` or ` false ` , default is ` false `
9797 - ` matching ` : matching level: ` 'lines' ` for matching lines, ` 'words' ` for matching lines and words or ` 'none' ` , default is ` none `
98- - ` synchronisedScroll ` : scroll both panes in side-by-side mode: ` true ` or ` false ` , default is ` false `
9998 - ` matchWordsThreshold ` : similarity threshold for word matching, default is 0.25
10099 - ` matchingMaxComparisons ` : perform at most this much comparisons for line matching a block of changes, default is ` 2500 `
101100 - ` templates ` : object with previously compiled templates to replace parts of the html
102101 - ` rawTemplates ` : object with raw not compiled templates to replace parts of the html
103102 > For more information regarding the possible templates look into [ src/templates] ( https://github.com/rtfpessoa/diff2html/tree/master/src/templates )
104103
104+ ** Diff2HtmlUI Helper Options **
105+ - ` synchronisedScroll ` : scroll both panes in side-by-side mode: ` true ` or ` false ` , default is ` false `
106+
107+ > For more information regarding the possible templates look into [ src/templates] ( https://github.com/rtfpessoa/diff2html/tree/master/src/templates )
108+
109+
105110## Diff2HtmlUI Helper
106111
107112> Simple wrapper to ease simple tasks in the browser such as: code highlight and js effects
You can’t perform that action at this time.
0 commit comments