Options to add <ins> or <del> tag with custom class in result?
Open
- Dominant language
- JavaScript
- Stars
- 217
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Anyway to print the result with `` and `` tag?
```
var first = "
This is a paragraph
"var second= "
This is a changed paragraph
"var diff = htmlDiffer.diffHtml(first , second);
// Should result in
This is a changed paragraph
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.