69 | A simple and beautiful text diff viewer made with{' '} 70 | 71 | Diff{' '} 72 | 73 | and{' '} 74 | 75 | React.{' '} 76 | 77 | Featuring split view, inline view, word diff, line highlight and more. 78 |
79 |{lineNumber}
251 | {additionalLineNumber}
266 |
276 | {added && '+'}
277 | {removed && '-'}
278 |
279 | {content}
288 | Expand {num} lines ...
428 | );
429 | const content = (
430 | {leftTitle}
569 | {rightTitle}
573 |
3 |
4 |