mirror of
https://github.com/danbulant/node-html-parser
synced 2026-06-19 22:51:29 +00:00
Add badges
This commit is contained in:
parent
e401c8aadf
commit
16ee21d2ab
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
# Fast HTML Parser
|
# Fast HTML Parser [](http://badge.fury.io/js/fast-html-parser) [](https://travis-ci.org/ashi009/node-fast-html-parser)
|
||||||
|
|
||||||
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
|
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
|
||||||
DOM tree, with basic element query support.
|
DOM tree, with basic element query support.
|
||||||
|
|
||||||
Per the design, it intends to parse massive HTML files in lowest price, thus the
|
Per the design, it intends to parse massive HTML files in lowest price, thus the
|
||||||
performance is the top priority. For this reason, some malformatted HTML may not
|
performance is the top priority. For this reason, some malformatted HTML may not
|
||||||
be able to parse, but most usual errors are covered (eg. HTML4 style no closing
|
be able to parse correctly, but most usual errors are covered (eg. HTML4 style
|
||||||
`<li>`, `<td>` etc).
|
no closing `<li>`, `<td>` etc).
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue