Skip to content

Commit ab07822

Browse files
committed
Update index.js
1 parent 67c2250 commit ab07822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = function postHTMLParser(html) {
6363
last.content || (last.content = []);
6464
last.content.push(text);
6565
}
66-
});
66+
}, {xmlMode: true});
6767

6868
parser.write(html);
6969
parser.end();

0 commit comments

Comments
 (0)