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
+18-19
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,17 @@
1
-
### Forked only to change regex that parses attributes to allow the `_` attribute key used by Hyperscript. Literally ONE character changed.
1
+
### Forked only to changes regex that parses attributes to allow the `_` attribute key used by Hyperscript. Also allowing for attribute values with line breaks.
2
2
3
3
# Fast HTML Parser [](http://badge.fury.io/js/node-html-parser)[](https://actions-badge.atrox.dev/taoqf/node-html-parser/goto?ref=main)
4
4
5
5
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
6
6
DOM tree, with element query support.
7
7
8
8
Per the design, it intends to parse massive HTML files in lowest price, thus the
9
-
performance is the top priority. For this reason, some malformatted HTML may not
9
+
performance is the top priority. For this reason, some malformatted HTML may not
10
10
be able to parse correctly, but most usual errors are covered (eg. HTML4 style
0 commit comments