Skip to content

Commit 7a03261

Browse files
committed
Merge pull request #5 from GitScrum/master
transfor camel case to lower case [bug]
2 parents 67c2250 + ab07822 commit 7a03261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)