We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a72a4c commit 3cfbd78Copy full SHA for 3cfbd78
README.md
@@ -5,6 +5,9 @@ Credit goes to John Resig for his [code](http://ejohn.org/blog/pure-javascript-h
5
This code had been updated to fix several problems.
6
7
8
+### Demo ###
9
+A working demo can be seen [here](http://htmlpreview.github.io/?https://github.com/blowsie/Pure-JavaScript-HTML-Parser/blob/master/demo.html)
10
+
11
12
## 4 Libraries in One! ##
13
@@ -89,4 +92,4 @@ While this library doesn’t cover the full gamut of possible weirdness that HTM
89
92
HTMLtoXML("<p>Hello<p>World") == '<p>Hello</p><p>World</p>'
90
93
**Attributes Without Values:**
91
94
- HTMLtoXML("<input disabled>") == '<input disabled="disabled"/>'
95
+ HTMLtoXML("<input disabled>") == '<input disabled="disabled"/>'
0 commit comments