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
Example: <h1>Enormous spider</h1> => <h1>Huge spider</h1>
<h1>Enormous spider</h1>
<h1>Huge spider</h1>
After applying HtmlDiff: <del class="diff-html-removed" id="removed-htmldiff-0">Enormous </del><h1><ins class="diff-html-added" id="added-htmldiff-0">Huge </ins>spider</h1>
<del class="diff-html-removed" id="removed-htmldiff-0">Enormous </del><h1><ins class="diff-html-added" id="added-htmldiff-0">Huge </ins>spider</h1>
<del> is outside of <h1> tag, which looks wrong in diff preview.
<del>
<h1>
The same behaviour for <p> tag, it looks like the word was removed from other paragraph.
<p>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example:
<h1>Enormous spider</h1>
=><h1>Huge spider</h1>
After applying HtmlDiff:
<del class="diff-html-removed" id="removed-htmldiff-0">Enormous </del><h1><ins class="diff-html-added" id="added-htmldiff-0">Huge </ins>spider</h1>
<del>
is outside of<h1>
tag, which looks wrong in diff preview.The same behaviour for
<p>
tag, it looks like the word was removed from other paragraph.The text was updated successfully, but these errors were encountered: