You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Fast HTML Parser [](http://badge.fury.io/js/node-html-parser)[](https://travis-ci.org/taoqf/node-html-parser)
1
+
# Fast HTML Parser [](http://badge.fury.io/js/node-html-parser)[](https://actions-badge.atrox.dev/taoqf/node-html-parser/goto?ref=master)
2
2
3
3
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
4
4
DOM tree, with element query support.
@@ -78,7 +78,7 @@ Parse given data, and return root of the generated DOM.
78
78
```js
79
79
{
80
80
lowerCaseTagName:false, // convert tag name to lower case (hurt performance heavily)
0 commit comments