We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4f7f3 commit 0b8eaa4Copy full SHA for 0b8eaa4
README.md
@@ -46,7 +46,7 @@ diff = HTMLDiff.diff(old_text, new_text)
46
Output:
47
48
```html
49
-The <del class="diffdel">quick </del>fox <del class="diffmod">jumped</del><ins class="diffmod">hopped</ins> over the <ins class="diffins">lazy</ins> dog.
+The <del>quick </del>fox <del>jumped</del><ins>hopped</ins> over the <ins>lazy</ins> dog.
50
```
51
52
### Formatting the HTML Output
0 commit comments