Skip to content

Commit 1dea63b

Browse files
committed
Update index.js
1 parent 906fa7e commit 1dea63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
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-
}, {xmlMode: true});
66+
}, {lowerCaseTags: false});
6767

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

0 commit comments

Comments
 (0)