UNPKG
@markedjs/html-differ
Version:
latest (5.0.4)
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
Compares two HTML
github.com/markedjs/html-differ
markedjs/html-differ
@markedjs/html-differ
/
presets
/
bem.json
9 lines
(8 loc)
•
245 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"ignoreAttributes"
:
[
"id"
,
"for"
,
"aria-labelledby"
,
"aria-describedby"
]
,
"compareAttributesAsJSON"
:
[
"data-bem"
,
{
"name"
:
"onclick"
,
"isFunction"
:
true
}
,
{
"name"
:
"ondblclick"
,
"isFunction"
:
true
}
]
}