react-diff-viewer
react-diff-viewer copied to clipboard
A simple and beautiful text diff viewer component made with Diff and React.
Is there any way to get the displayed text given the line number? For example, if I have the line L2, is there any way to get the text that...
I wanna ignore a specific diff line when the left or right contains xxx. Is there any way to do that?
For example, compare html text with simple style and tag
I am using a GET request to Firestore to bring back an object from a collection. The object contains 9 keys. In Firestore, it is stored in ABC order. But...
When adding react-diff-viewer into my application, it comes out looking like this.  This is specifically because the bootstrap css for `pre` is overriding all of the css in this...
We use Tree Shaking in our project. It removes dead-code. It is removing "diffChars" method from "jsdiff" lib. We are doing the following workaround: ```diff - import DiffViewer from "react-diff-viewer";...
**Sample Code:** `` **Observe the below screenshot, there are no titles**
https://github.com/praneshr/react-diff-viewer/issues/87
JSDiff supports ignoring case for the diffChars and diffWords. https://github.com/kpdecker/jsdiff/tree/v4.0.1#api As a consumer of this library, I should be able to decide if I want case sensitive comparing. Right now...