We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f5912 commit fc261a0Copy full SHA for fc261a0
diff.js
@@ -108,7 +108,7 @@ module.exports = {
108
var diffLines = diffChecker.diff(file1, file2);
109
if(diffLines.length) {
110
var lines = checkSequence(diffLines);
111
- markdown += '\n <div line-highlight="' + lines.toString() + ',' + onlyFlag + '"></div>';
+ markdown += '\n <div line-highlight="' + lines.toString() + ',' + onlyFlag + '"></div>' + '\n';
112
};
113
if (useCurData) {
114
curData.description += markdown;
0 commit comments