We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43cc1a commit 3199a1aCopy full SHA for 3199a1a
1 file changed
README.md
@@ -188,6 +188,7 @@ The HTML output accepts a Javascript object with configuration. Possible options
188
- `maxLineLengthHighlight`: only perform diff changes highlight if lines are smaller than this, default is `10000`
189
- `templates`: object with previously compiled templates to replace parts of the html
190
- `rawTemplates`: object with raw not compiled templates to replace parts of the html
191
+ - `renderNothingWhenEmpty`: render nothing if the diff shows no change in its comparison: `true` or `false`, default is `false`
192
> For more information regarding the possible templates look into [src/templates](https://github.com/rtfpessoa/diff2html/tree/master/src/templates)
193
194
** Diff2HtmlUI Helper Options **
0 commit comments