We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67c2250 + ab07822 commit 7a03261Copy full SHA for 7a03261
1 file changed
index.js
@@ -63,7 +63,7 @@ module.exports = function postHTMLParser(html) {
63
last.content || (last.content = []);
64
last.content.push(text);
65
}
66
- });
+ }, {xmlMode: true});
67
68
parser.write(html);
69
parser.end();
0 commit comments