Skip to content

Commit a327a5d

Browse files
committed
Update index.js
1 parent 729ec64 commit a327a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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-
}, {lowerCaseTags: false});
66+
});
6767

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

0 commit comments

Comments
 (0)