We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa2f47 commit 921ff53Copy full SHA for 921ff53
1 file changed
index.js
@@ -28,7 +28,7 @@ module.exports = function (html, options) {
28
recognizeSelfClosing: false
29
}, options);
30
31
- inlineContent(html, opt)
+ inlineContent(String(html), opt)
32
.then(function (data) {
33
resolve(data);
34
})
0 commit comments