File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ To build [TestCafé](http://testcafe.devexpress.com/) we needed fast and ready f
77Existing solutions were either too slow or their output was too inaccurate. So, this is how parse5 was born.
88
99** Included tools:**
10- * [ Parser] ( https://github.com/inikulin/parse5/blob/master/README.md #class-parser) - HTML to DOM-tree parser.
11- * [ SimpleApiParser] ( https://github.com/inikulin/parse5/blob/master/README.md #class-simpleapiparser) - [ SAX] ( http://en.wikipedia.org/wiki/Simple_API_for_XML ) -style parser for HTML.
12- * [ TreeSerializer] ( https://github.com/inikulin/parse5/blob/master/README.md #class-treeserializer) - DOM-tree to HTML serializer.
10+ * [ Parser] ( #class-parser ) - HTML to DOM-tree parser.
11+ * [ SimpleApiParser] ( #class-simpleapiparser ) - [ SAX] ( http://en.wikipedia.org/wiki/Simple_API_for_XML ) -style parser for HTML.
12+ * [ TreeSerializer] ( #class-treeserializer ) - DOM-tree to HTML serializer.
1313
1414##Install
1515```
You can’t perform that action at this time.
0 commit comments