We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7395e commit 2145089Copy full SHA for 2145089
index.js
@@ -6,7 +6,7 @@ var isObject = require('isobject');
6
/**
7
* @see https://github.com/fb55/htmlparser2/wiki/Parser-options
8
*/
9
-var defaultOptions = {lowerCaseTags: false};
+var defaultOptions = {lowerCaseTags: false, lowerCaseAttributeNames: false};
10
11
12
* Parse html to PostHTMLTree
0 commit comments