diff2html/src
Koki Oyatsu 5bf0575b46 Replace space to   for HTML Rendering.
Reason:
Some javascript frameworks(ex. vue.js) manipulate HTML tags when drawing.

At that time, if there is a space-only DOM element, the space in the DOM
element is deleted.

Before:
`` `
<span> </span>
`` `

After (space deleted)
`` `
<span></span>
`` `

In order to avoid this, it has been modified to render with &nbsp; only when there is no diff.
2019-07-07 02:39:50 +09:00
..
templates Improve line-height 2018-11-18 15:38:46 +00:00
ui fix: Line numbers when scrolling 2019-05-01 13:31:21 +01:00
diff-parser.js Fixes regex for timestamps to when behind GMT 2017-10-09 09:34:55 -05:00
diff2html.js fix: Update typescript typings and default configuration options 2019-07-03 20:42:33 +01:00
file-list-printer.js Initial template override support 2016-10-15 13:00:31 +01:00
hoganjs-utils.js Allow uncompiled templates 2016-10-15 13:31:02 +01:00
html-printer.js Initial template override support 2016-10-15 13:00:31 +01:00
line-by-line-printer.js Replace space to &nbsp; for HTML Rendering. 2019-07-07 02:39:50 +09:00
printer-utils.js Fix diff generation for long lines 2017-10-16 23:44:00 +01:00
rematch.js Use ESLint instead of JSCS 2016-07-12 13:47:29 +01:00
side-by-side-printer.js Replace space to &nbsp; for HTML Rendering. 2019-07-07 02:39:50 +09:00
utils.js fix: Remove lodash.merge for merge 2019-05-08 23:42:42 +01:00