react-rich-diff icon indicating copy to clipboard operation
react-rich-diff copied to clipboard

React component to render rich diff between two documents (Markdown, HTML)

Results 5 react-rich-diff issues
Sort by recently updated
recently updated
newest added

the issue is that PropTypes is now a library. Instead of using React.PropTypes.[type] you should import PropTypes and use it directly

Hey, Thank you for the great package. However, i found that a situation like this ``` Title Content ``` won't be handled. In fact, it won't respect the style ending...