We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
e41cb61
Fixed typescript definition for 2nd argument
3ca055e
Fixed issue where boolean attributes are not converted correctly
Previously converting this html won't work
<iframe allowfullscreen />
dcef898
dangerouslySetChildren
9923750
Better typings for options.transform
options.transform
1a3320d
tsc
rollup
0249007
map
transform
// before convert(html, { map }); // after convert(html, { transform });
preserveAttributes
0ce3139
6829f12
4a84972
module
package.json
target: 'node'
b548c0b
// before convert(html, map); // after convert(html, { map });