It would be helpful if the example/playground pages would show the code to create a component that matches the example.
I'm trying to figure out how to render a git diff output string in React like this example and it's not too obvious to me how to do it. It would be nice if I could just copy the component code directly from that page.
This looks like a great project! Thank you!
It would be helpful if the example/playground pages would show the code to create a component that matches the example.
I'm trying to figure out how to render a
git diff
output string in React like this example and it's not too obvious to me how to do it. It would be nice if I could just copy the component code directly from that page.