UNPKG

177 BMarkdownView Raw
1
2# domify
3
4 Turn HTML into DOM elements x-browser.
5
6```js
7domify('<p>Hello <em>there</em></p>')
8```
9
10## Running tests
11
12```
13$ make
14$ open test/index.html
15```
16
17## License
18
19 MIT