We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
just like
The text was updated successfully, but these errors were encountered:
You can filter out the DiffEqual items of item before pass the diffs to DiffPrettyHtml or DiffPrettyText. just like this:
var newDiffs []diffmatchpatch.Diff for _, item := range diffs { if item.Type != diffmatchpatch.DiffEqual { newDiffs = append(newDiffs, item) } }
Sorry, something went wrong.
I think it’s best to select the display content by adding parameters, this can only be a temporary solution
No branches or pull requests
just like
The text was updated successfully, but these errors were encountered: