bem / bem/html-differ

Options to add <ins> or <del> tag with custom class in result?

Open
#170 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.